Remove accidentally committed secrets, harden .gitignore
- Remove vault.yaml and kubeconfig from tracking - Add vault files and kubeconfig to .gitignore everywhere - Clean up stray infra/ansible/infra/ directory
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -32,6 +32,11 @@ Thumbs.db
|
||||
# Ansible
|
||||
*.retry
|
||||
.vault_pass
|
||||
**/vault.yaml
|
||||
**/vault.yml
|
||||
|
||||
# Kubeconfig (anywhere in repo)
|
||||
**/kubeconfig
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
|
||||
Reference in New Issue
Block a user