feat: add .gitignore

This commit is contained in:
2026-04-18 23:52:44 +02:00
parent cc2e94ab88
commit f9b6d35c49

30
.gitignore vendored Normal file
View File

@ -0,0 +1,30 @@
# Environment
.env
.env.local
.env.*.local
# Go
backend/tradarr
backend/vendor/
backend/tmp/
# Node / Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
# Docker volumes (si montés localement)
pgdata/
# IDE
.idea/
.vscode/
*.iml
*.swp
# OS
.DS_Store
Thumbs.db
# Logs
*.log