From 11c8340be5968d1245f111f4fea3808de352aaac Mon Sep 17 00:00:00 2001 From: Adrian Zuercher Date: Mon, 21 Apr 2025 09:52:24 +0200 Subject: [PATCH] add .gitignore file and exclude .log and .cfg --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77b913f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.cfg +*.log \ No newline at end of file