Update .gitignore to allow dist/styles/ for CSS distribution
- Changed .gitignore to ignore dist/ but allow dist/styles/ - This allows the compiled CSS to be tracked while still ignoring other build artifacts Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
|
# Build output - except the compiled CSS which is required for distribution
|
||||||
dist/
|
dist/
|
||||||
|
!dist/styles/
|
||||||
node_modules/
|
node_modules/
|
||||||
*.zip
|
*.zip
|
||||||
*.lock
|
*.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user