18 lines
141 B
Plaintext
18 lines
141 B
Plaintext
# Temporary files
|
|
*.tmp
|
|
*.swp
|
|
*~
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Kustomize build output
|
|
kustomize-build/
|
|
/secrets/
|