hades-chart/.gitignore
Vaibhav Pathak 911f8d28a1 Fix sync wave ordering - dbinit wave 0, deployment wave 1
- Removed hook: Sync annotation from dbinit (was causing it to run before MySQL)
- dbinit Job: wave 0 (same as MySQL, wait-for-db handles timing)
- Deployment: wave 1 (starts after dbinit completes)
- Fixes: db init job starting before mysql pod
2026-01-05 17:48:21 +05:30

43 lines
321 B
Plaintext

# Build outputs
build/
target/
*.class
*.jar
*.war
*.ear
# IDE
.idea/
*.iml
.vscode/
.settings/
.project
.classpath
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
*.tmp
*.bak
*.swp
*~
# Helm
*.tgz
charts/*.tgz
# Environment
.env
.env.local
# Secrets (never commit)
secrets/
*.pem
*.key
*-credentials.json