diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index 6877d7a..3e74b4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,10 @@ *.pyc -*.cbz -*.cbr -*.spec -.idea -.DS_Store -.python-version -Thumbs.db -dist -Output -kindlegen* +Pipfile +Pipfile.lock setup.bat kindlecomicconverter/sentry.py +other/windows/kindlegen.exe +dist/ build/ KindleComicConverter.egg-info/ +.idea/ \ No newline at end of file |