diff --git a/.gitignore b/.gitignore index c4f4eaa..1b126a0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,10 @@ inventory/ cache/ # Ignore Testplaybook -playbooks/global/testserver.yml \ No newline at end of file +playbooks/global/testserver.yml + +# Ignore vscode files +.vscode/ + +# Ignore General Ansible Files +.ansible/ \ No newline at end of file