50 lines
544 B
Plaintext
50 lines
544 B
Plaintext
# Node modules
|
|
node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.*
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Coverage/testing
|
|
coverage/
|
|
.nyc_output/
|
|
coverage-final.json
|
|
|
|
# Build/output folders
|
|
dist/
|
|
build/
|
|
tmp/
|
|
temp/
|
|
|
|
# Optional: PM2 process logs
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
|
|
# Optional: TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Optional: dotenv-expand cache
|
|
.env.local
|
|
|
|
# Ignore uploaded files
|
|
/public/uploads/*
|
|
!/public/uploads/.gitkeep
|