mirror of
https://github.com/ciromattia/kcc
synced 2026-02-21 11:39:08 +00:00
* Optimized Docker image * Divided Dockerfile into two images * Fixed dockerfile path * Updated workflows * Added remaining packages in Dockerfile-base * Updated workflows
41 lines
413 B
Plaintext
41 lines
413 B
Plaintext
.git
|
|
.github
|
|
|
|
build
|
|
dist
|
|
KindleComicConverter.egg-info
|
|
|
|
.dockerignore
|
|
.gitignore
|
|
.travis.yml
|
|
|
|
Dockerfile
|
|
venv
|
|
.venv
|
|
__pycache__/
|
|
*/__pycache__/
|
|
*.pyc
|
|
|
|
*.md
|
|
*.txt
|
|
!requirements-docker.txt
|
|
MANIFEST.in
|
|
|
|
*.yml
|
|
*.spec
|
|
|
|
*.svg
|
|
*.jpg
|
|
*.json
|
|
|
|
gen_ui_files.bat
|
|
gen_ui_files.sh
|
|
|
|
gui/
|
|
icons/
|
|
|
|
kindlecomicconverter/KCC_gui.py
|
|
kindlecomicconverter/KCC_rc.py
|
|
kindlecomicconverter/KCC_ui_editor.py
|
|
kindlecomicconverter/KCC_ui.py
|