mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 03:04:02 +00:00
49 lines
509 B
Plaintext
49 lines
509 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Generated files (tracked for now, may exclude later)
|
|
# terminals/
|
|
# cli/*/!(template.txt|README.md)
|
|
# editors/*/!(README.md)
|
|
# web/css/everforest.css
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
.cache/
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
test-results/
|
|
playwright-report/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Runtime
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|