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.
22 lines
418 B
Plaintext
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
|