Files
generic-chart/charts/generic/.helmignore
changmin hyeon ee24c09708 init
2025-10-31 14:32:16 +09:00

40 lines
358 B
Plaintext

cat > .helmignore <<'EOF'
# VCS / OS
.git/
.gitignore
.DS_Store
Thumbs.db
# Editors / tooling
.vscode/
.idea/
# Node / Python etc.
node_modules/
venv/
__pycache__/
# Helm artifacts
*.prov
Chart.lock
# Archives / backups / dumps
*.tgz
*.tar.gz
*.zip
*.bak
*.tmp
backups/
backup/
dump/
*.dump
*.sql
*.sql.gz
pvcops/
*.sh
# Local files you mentioned
EOF