Skip to content

Commit

Permalink
Merge pull request #316 from darodi/improve_ignores
Browse files Browse the repository at this point in the history
improve ignores
  • Loading branch information
Xonshiz committed May 23, 2022
2 parents 2bd23d9 + 4c42dd6 commit 2bbc1de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ comics
.spec
.travis.yml
Dockerfile
docs
venv
README.md
*.md
LICENSE
MANIFEST
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,7 @@ dist/*
comic_dl/build/*
comic_dl/dist/*
/comic_dl.egg-info
/comics/
/Manga_Eden_Data.json
/config.json*
docs/build/*
3 changes: 2 additions & 1 deletion comic_dl/config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"conversion": "cbz",
"keep": "True",
"sorting_order": "ascending",
"image_quality": "Best"
"image_quality": "Best",
"cookie": "None"
}

0 comments on commit 2bbc1de

Please sign in to comment.