60 lines
523 B
Plaintext
60 lines
523 B
Plaintext
package-lock.json
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*.local
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
|
|
# Static files
|
|
public/
|
|
out/
|
|
|
|
# Test files
|
|
coverage/
|
|
*.lcov
|
|
|
|
# Database files
|
|
*.sqlite3
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.swp
|
|
*.swo
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Other
|
|
*.log.*
|