dev #1
1 changed files with 5 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -4,10 +4,13 @@ inventory/
|
||||||
# Ignore .secret files.... you know, there secret...
|
# Ignore .secret files.... you know, there secret...
|
||||||
*.secret
|
*.secret
|
||||||
.vault-*
|
.vault-*
|
||||||
vault.secret
|
|
||||||
|
|
||||||
# Ignore Caching
|
# Ignore Caching
|
||||||
cache/
|
cache/
|
||||||
|
|
||||||
# Ignore Testplaybook
|
# Ignore Testplaybook
|
||||||
playbooks/global/testserver.yml
|
playbooks/global/testserver.yml
|
||||||
|
|
||||||
|
# Ignore unneccessary Files
|
||||||
|
.vscode
|
||||||
|
.ansible
|
Loading…
Add table
Reference in a new issue