- Moved helm/hades/* to hades/ to match ArgoCD path: hades - Included mysql-1.6.9.tgz subchart for ArgoCD dependency resolution - Fixed sync wave ordering: dbinit wave 0, deployment wave 1
43 lines
376 B
Plaintext
43 lines
376 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 # Commented to allow subchart archives for ArgoCD
|
|
# charts/*.tgz
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Secrets (never commit)
|
|
secrets/
|
|
*.pem
|
|
*.key
|
|
*-credentials.json
|