re-organize
This commit is contained in:
parent
20b48673c8
commit
6438d94752
1 changed files with 14 additions and 7 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
@ -1,19 +1,26 @@
|
||||||
|
# OS generated files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
# Development environments
|
||||||
.direnv
|
.direnv
|
||||||
.private/
|
.idea/
|
||||||
.venv/
|
.venv/
|
||||||
|
.pytest_cache/
|
||||||
|
|
||||||
|
# Infrastructure and deployment
|
||||||
.terraform
|
.terraform
|
||||||
.direnv
|
|
||||||
*.tfvars
|
*.tfvars
|
||||||
|
kubeconfig*
|
||||||
|
*talosconfig.yaml
|
||||||
|
omniconfig.yaml
|
||||||
|
|
||||||
|
# Security and credentials
|
||||||
|
.private/
|
||||||
.decrypted~*
|
.decrypted~*
|
||||||
*.agekey
|
*.agekey
|
||||||
*.pub
|
*.pub
|
||||||
*.key
|
*.key
|
||||||
*.pem
|
*.pem
|
||||||
kubeconfig*
|
|
||||||
*talosconfig.yaml
|
|
||||||
omniconfig.yaml
|
|
||||||
config.xml
|
|
||||||
.idea/
|
|
||||||
*.secrets
|
*.secrets
|
||||||
|
config.xml
|
||||||
|
|
Loading…
Reference in a new issue