83 lines
777 B
Plaintext
83 lines
777 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.*.local
|
|
|
|
# Database
|
|
*.db
|
|
*.db-*
|
|
*.sqlite
|
|
*.sqlite3
|
|
database/*.db
|
|
backend/database/*.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Diagnostic reports
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Build directories
|
|
dist/
|
|
build/
|
|
.cache/
|
|
.parcel-cache/
|
|
frontend/dist/
|
|
frontend/build/
|
|
|
|
# Coverage directory
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.swn
|
|
*~
|
|
.DS_Store
|
|
|
|
# PM2
|
|
.pm2/
|
|
ecosystem.config.js
|
|
|
|
# Backups
|
|
backups/
|
|
*.backup
|
|
*.bak
|
|
|
|
# Test
|
|
.test/
|
|
test-results/
|
|
|
|
# Misc
|
|
.tmp/
|
|
.temp/
|
|
*.tmp
|
|
*.temp
|
|
.sessions/
|
|
sessions.db
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|