diff --git a/.gitignore b/.gitignore index 15bfc7e..f72613c 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,5 @@ dmypy.json test*.py pyvenv.json +settings.json +/modinfo.json diff --git a/Mods/FpsToggle/settings.json b/Mods/FpsToggle/settings.json deleted file mode 100644 index 75e1873..0000000 --- a/Mods/FpsToggle/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "Keybinds": { - "Toggle FPS": "F4" - }, - "AutoEnable": true -} \ No newline at end of file diff --git a/Mods/InfiniKeys/settings.json b/Mods/InfiniKeys/settings.json deleted file mode 100644 index 3b20ac5..0000000 --- a/Mods/InfiniKeys/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "AutoEnable": true -} \ No newline at end of file diff --git a/Mods/LootSplosion/settings.json b/Mods/LootSplosion/settings.json deleted file mode 100644 index 99a04c8..0000000 --- a/Mods/LootSplosion/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Options": { - "Drop Multiplier": 30, - "CritRequired": false - }, - "AutoEnable": true -} \ No newline at end of file diff --git a/Mods/WebPanel/settings.json b/Mods/WebPanel/settings.json deleted file mode 100644 index 3ad706d..0000000 --- a/Mods/WebPanel/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Options": { - "Localhost": false, - "AccessLog": false - }, - "AutoEnable": true -} \ No newline at end of file