From 98ebb9694469ddb1cf3dd0f817a936815afb8c40 Mon Sep 17 00:00:00 2001 From: Sunpy Date: Fri, 12 Jan 2018 22:34:27 +0100 Subject: [PATCH] Added ignore case for personal changes (just so I dont forget) --- .gitignore | 3 +++ config.json | 13 ------------- memory.json | 1 - 3 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 config.json delete mode 100644 memory.json diff --git a/.gitignore b/.gitignore index 7bbc71c..0cb9237 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,6 @@ ENV/ # mypy .mypy_cache/ + +memory.json +config.json \ No newline at end of file diff --git a/config.json b/config.json deleted file mode 100644 index bd6b023..0000000 --- a/config.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "sql": { - "host": "127.0.0.1", - "user": "root", - "passwd": "toor", - "db": "osu-wayback" - }, - "scrape": { - "delay": 1, - "max_attempts": 3, - "increase_delay_on_fail": true - } -} \ No newline at end of file diff --git a/memory.json b/memory.json deleted file mode 100644 index 0b69e63..0000000 --- a/memory.json +++ /dev/null @@ -1 +0,0 @@ -{"scrape": {"last": 0, "failed": []}} \ No newline at end of file