mirror of
https://github.com/ajurna/cbwebreader.git
synced 2026-02-02 06:15:57 +00:00
# Conflicts: # .pre-commit-config.yaml # .python-version # Dockerfile # build.ps1 # comic/migrations/0008_auto_20160331_1140.py # entrypoint.sh # frontend/package-lock.json # pyproject.toml # requirements.txt # uv.lock
20 lines
237 B
Plaintext
20 lines
237 B
Plaintext
# Dockerignore whitelist
|
|
*
|
|
|
|
!cbreader
|
|
!comic
|
|
!comic_auth
|
|
!static
|
|
!manage.py
|
|
!pyproject.toml
|
|
!uv.lock
|
|
!setup.cfg
|
|
!entrypoint.sh
|
|
!entrypoint-cron.sh
|
|
!package-lock.json
|
|
!package.json
|
|
!frontend
|
|
!uv.lock
|
|
/frontend/node_modules
|
|
/frontend/dist
|