DevOps Config

This commit is contained in:
2026-01-30 10:24:07 +02:00
commit b7167bb856
4 changed files with 98 additions and 0 deletions

35
.gitignore vendored Normal file
View 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?