add .vscode and .ansible to ignore
This commit is contained in:
parent
d861bf57dd
commit
6eaeedbefd
1 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -8,4 +8,10 @@ inventory/
|
||||||
cache/
|
cache/
|
||||||
|
|
||||||
# Ignore Testplaybook
|
# Ignore Testplaybook
|
||||||
playbooks/global/testserver.yml
|
playbooks/global/testserver.yml
|
||||||
|
|
||||||
|
# Ignore vscode files
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Ignore General Ansible Files
|
||||||
|
.ansible/
|
Loading…
Add table
Reference in a new issue