DevOps Config
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
|
||||
# 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?
|
||||
Reference in New Issue
Block a user