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 +}