35 lines
504 B
Plaintext
35 lines
504 B
Plaintext
|
|
# Dependencies
|
|
node_modules/
|
|
.bun/
|
|
bun.lockb # Optional: Keep this if you want consistent versions across team,
|
|
# but ignore if you want Bun to regenerate it locally.
|
|
|
|
# Build output
|
|
dist/
|
|
dist-ssr/
|
|
*.local
|
|
|
|
# Environment variables (Crucial for security!)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Docker logs and data
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
data/
|
|
letsencrypt/
|
|
mih_monitor/
|
|
|
|
# IDE / System files
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw? |