23 lines
256 B
Plaintext
23 lines
256 B
Plaintext
# Plain Secrets (Never commit)
|
|
secrets/
|
|
|
|
# Sealed Secrets public certificate (can regenerate)
|
|
pub-cert.pem
|
|
|
|
pub-cert.pem-back
|
|
# Helm local package
|
|
myapp/*.tgz
|
|
|
|
# Helm dependency cache
|
|
myapp/charts/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Vim
|
|
*.swp
|
|
*.swo
|