49 lines
483 B
Plaintext
49 lines
483 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna.log
|
|
|
|
# Env & secrets (keep .env.example tracked)
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
*.key
|
|
*.pem
|
|
*.crt
|
|
|
|
# Build outputs & caches
|
|
dist/
|
|
build/
|
|
out/
|
|
coverage/
|
|
.nyc_output/
|
|
.tmp/
|
|
.temp/
|
|
tmp/
|
|
temp/
|
|
.cache/
|
|
upload/*
|
|
|
|
# Editors & OS
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Runtime
|
|
*.pid
|
|
*.pid.lock
|
|
|
|
# Swap/backup
|
|
*.swp
|
|
*.swo
|
|
*.orig |