Spaces:
Sleeping
Sleeping
# Node.js dependencies | |
node_modules/ | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
# Runtime data | |
pids | |
*.pid | |
*.seed | |
*.pid.lock | |
# Coverage directory used by tools like istanbul | |
coverage/ | |
# Logs | |
logs | |
*.log | |
# Dependency directories | |
.npm | |
.eslintcache | |
# Optional npm cache directory | |
.npm | |
# Optional eslint cache | |
.eslintcache | |
# Microbundle cache | |
.rpt2_cache/ | |
.rts2_cache_cjs/ | |
.rts2_cache_es/ | |
.rts2_cache_umd/ | |
# Optional REPL history | |
.node_repl_history | |
# Output of 'npm pack' | |
*.tgz | |
# Yarn Integrity file | |
.yarn-integrity | |
# dotenv environment variables file | |
.env | |
.env.local | |
.env.development.local | |
.env.test.local | |
.env.production.local | |
# parcel-bundler cache (https://parceljs.org/) | |
.cache | |
.parcel-cache | |
# OS generated files | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Git | |
.git | |
.gitignore | |
# Development files | |
README.md | |
*.md | |
test/ | |
tests/ | |
docs/ | |
# Firebase service account (should be mounted as secret) | |
firebase-service-account.json | |
# Development scripts | |
test-*.sh | |
test-*.js |