From ac79aebee00229e71b41e0e948b442c47558b7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20D=C3=B6rsch?= <656249+Flow86@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:39:18 +0200 Subject: [PATCH] chore: add .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..149fe9a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/config/config.yml +/config/id.txt +/scripts/ \ No newline at end of file