Added ignore case for personal changes (just so I dont forget)

This commit is contained in:
Sunpy 2018-01-12 22:34:27 +01:00
parent 8309c9a561
commit 98ebb96944
3 changed files with 3 additions and 14 deletions

3
.gitignore vendored
View File

@ -99,3 +99,6 @@ ENV/
# mypy # mypy
.mypy_cache/ .mypy_cache/
memory.json
config.json

View File

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

View File

@ -1 +0,0 @@
{"scrape": {"last": 0, "failed": []}}