Merge pull request #316 from darodi/improve_ignores

improve ignores
master
Dhruv Kanojia (Xonshiz) 2022-05-23 17:00:43 +05:30 committed by GitHub
commit 2bbc1de6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -10,7 +10,8 @@ comics
.spec
.travis.yml
Dockerfile
docs
venv
README.md
*.md
LICENSE
MANIFEST

3
.gitignore vendored
View File

@ -81,4 +81,7 @@ dist/*
comic_dl/build/*
comic_dl/dist/*
/comic_dl.egg-info
/comics/
/Manga_Eden_Data.json
/config.json*
docs/build/*

View File

@ -19,5 +19,6 @@
"conversion": "cbz",
"keep": "True",
"sorting_order": "ascending",
"image_quality": "Best"
"image_quality": "Best",
"cookie": "None"
}