From 0a3375a0b8e92fe6dfa6ce274bce65eedd4f7602 Mon Sep 17 00:00:00 2001 From: rxf Date: Tue, 10 Mar 2026 10:06:09 +0100 Subject: [PATCH] V 1.1 .gitignore dazu --- .gitignore | 3 +++ config.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b934aa6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +node_modules +.DS_Store \ No newline at end of file diff --git a/config.json b/config.json index 33b74ab..26fb9a7 100644 --- a/config.json +++ b/config.json @@ -1,3 +1,3 @@ { "brenndauer": 7200 -} \ No newline at end of file +}