.gitignore hinzugefügt

This commit is contained in:
2025-12-18 14:50:57 +00:00
parent d3a851ca56
commit dbf1b5dc91

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Dependency directories
node_modules/
jspm_packages/
# Build outputs (Vite creates 'dist')
dist/
dist-ssr/
build/
# System Files
.DS_Store
Thumbs.db
# Environment Variables (Keep secrets out of Git!)
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
# Docker (Optional: Ignore local override files if you ever make them)
docker-compose.override.yml