This commit is contained in:
changmin hyeon
2025-10-31 14:32:16 +09:00
commit ee24c09708
14 changed files with 478 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
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