57 lines
624 B
Plaintext
57 lines
624 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
.next/
|
|
out/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.development
|
|
.env.production
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
firebase-debug.log
|
|
firebase-debug.*.log
|
|
|
|
# Test files
|
|
coverage/
|
|
.nyc_output
|
|
*.lcov
|
|
|
|
# Upload files and temporary data
|
|
uploads/
|
|
temp/
|
|
tmp/
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Firebase
|
|
.firebase/
|
|
firebase-debug.log*
|
|
firebase-debug.*.log* |