From 58d1660073bded16c0479835dcf9d88b738640e8 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Tue, 23 Sep 2025 18:11:29 +0200 Subject: [PATCH] =?UTF-8?q?.gitignore=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6660b90 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Ignoriere alles +* + +# Tracke nur Dateien **eine Ebene tief** +!/*.gitignore + +# Tracke nur .sh Dateien in webhookd/scripts/ +# Erlaube webhookd und scripts Ordner +!webhookd/ +!webhookd/scripts/ +!webhookd/scripts/*.sh \ No newline at end of file