This commit is contained in:
awscloude
2026-07-16 21:05:03 +06:00
parent 4f01f9bad7
commit b6621b98b0
+21
View File
@@ -0,0 +1,21 @@
# Plain Secrets (Never commit)
secrets/
# Sealed Secrets public certificate (can regenerate)
pub-cert.pem
# Helm local package
myapp/*.tgz
# Helm dependency cache
myapp/charts/
# macOS
.DS_Store
# VS Code
.vscode/
# Vim
*.swp
*.swo