From 6c5b832ed32d4eddf9c697c98e4dbb756ebf78f6 Mon Sep 17 00:00:00 2001 From: Kevin Heyer Date: Sun, 27 Apr 2025 18:44:32 +0200 Subject: [PATCH] add testplaybook to ignorelist --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 96b327d..c4f4eaa 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ inventory/ *.secret # Ignore Caching -cache/ \ No newline at end of file +cache/ + +# Ignore Testplaybook +playbooks/global/testserver.yml \ No newline at end of file