diff --git a/.gitignore b/.gitignore index c889a4e..bb1b570 100644 --- a/.gitignore +++ b/.gitignore @@ -4,10 +4,13 @@ inventory/ # Ignore .secret files.... you know, there secret... *.secret .vault-* -vault.secret # Ignore Caching cache/ # Ignore Testplaybook -playbooks/global/testserver.yml \ No newline at end of file +playbooks/global/testserver.yml + +# Ignore unneccessary Files +.vscode +.ansible \ No newline at end of file