38 lines
322 B
Plaintext
38 lines
322 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
.env.local
|
|
.env.production
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Docker volumes / data
|
|
postgres-data/
|
|
data/
|
|
|
|
# OS
|
|
Thumbs.db
|