From f973808f0c048f041aaf46434719672b47e5b45b Mon Sep 17 00:00:00 2001 From: Kevin Heyer Date: Sat, 14 Jun 2025 14:43:11 +0200 Subject: [PATCH] update --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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