From 6eaeedbefda7296f88242946ae86beb1b6650902 Mon Sep 17 00:00:00 2001 From: Kevin Heyer Date: Tue, 29 Apr 2025 15:01:03 +0200 Subject: [PATCH] add .vscode and .ansible to ignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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