Files
clj-ui-framework/.gitignore
Florian Schroedl e3132a3cb4 chore: gitignore copied dev assets in replicant/public
Untrack theme-adapter.js and ignore all three files copied by
`bb build-theme` (theme.css, theme-adapter.js, css-live-reload.js).
These are generated artifacts, not source files.
2026-03-11 18:56:14 +01:00

22 lines
418 B
Plaintext

# Build artifacts
dist/
# Dev target build outputs
dev/replicant/public/js/
dev/replicant/public/theme.css
dev/replicant/public/theme-adapter.js
dev/replicant/public/css-live-reload.js
dev/replicant/.shadow-cljs/
dev/squint/.compiled/
dev/squint/public/
dev/squint/node_modules/
# General
node_modules/
.nrepl-port
.cpcache/
/.clj-kondo/
.claude/settings.local.json
.vite/deps/_metadata.json
.vite/deps/package.json