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