Files
everforest-resources/.gitignore

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