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.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,6 +4,8 @@ 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/
|
||||
|
||||
Reference in New Issue
Block a user