41 lines
449 B
Plaintext
41 lines
449 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# State files
|
|
last_availability.json
|
|
test_last_availability.json
|
|
|
|
# Configuration overrides
|
|
config.js
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|