Files
applicationtest/.gitignore
T
awscloude 06afe6a472 rrrr
2026-07-16 21:33:05 +06:00

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