From eaed2149f9f018a4486828fea612c7322af32171 Mon Sep 17 00:00:00 2001
From: Leonard Kugis <leonard@kug.is>
Date: Mon, 25 Apr 2022 18:39:58 +0200
Subject: Added .gitignore

---
 target/classes/config.json | 22 ----------------------
 1 file changed, 22 deletions(-)
 delete mode 100644 target/classes/config.json

(limited to 'target/classes/config.json')

diff --git a/target/classes/config.json b/target/classes/config.json
deleted file mode 100644
index d481467..0000000
--- a/target/classes/config.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "locale": "en-GB",
-  "world": "instance",
-  "loadingDepth": 2,
-  "resetDungeons": [
-    {
-      "interval": 2592000,
-      "alias": "monthly",
-      "length": 10
-    },
-    {
-      "interval": 86400,
-      "alias": "daily",
-      "length": 10
-    },
-    {
-      "interval": 3600,
-      "alias": "hourly",
-      "length": 10
-    }
-  ]
-}
\ No newline at end of file
-- 
cgit v1.2.1