From c385743ccfbcbabba06a309a592845f6f25a0186 Mon Sep 17 00:00:00 2001 From: Leonard Steppy Date: Mon, 22 Dec 2025 11:45:08 +0100 Subject: [PATCH] Add .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..17a4419 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# per default ignore everything +** + +# include .sh scripts +!**.sh + +# include .md files +!**.md + +# include this file +!.gitignore