84 lines
771 B
Plaintext
84 lines
771 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Production builds
|
|
build/
|
|
dist/
|
|
*.tgz
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
*.lcov
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Database
|
|
*.sqlite
|
|
*.db
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Temporary files
|
|
.tmp/
|
|
temp/
|
|
|
|
# Misc
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Local development
|
|
.cache/
|
|
.parcel-cache/
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.bak
|
|
|
|
# Secret files
|
|
*.key
|
|
*.pem
|
|
*.cert
|
|
|
|
# MacOS
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Windows
|
|
[Tt]humbs.db
|