bij1.erp/.dockerignore

19 lines
328 B
Plaintext

# Ignore everything
**
# Include various directories. Note that we want to keep this to a minimum
# to use the docker layer caching effectively
!etc/
!src/
!tests/
!frontend/bower_components/
!frontend/dist/
!frontend/images/
!frontend/index.html
!pyproject.toml
!pdm.lock
!README.md
# And always ignore all *.pyc files
*.pyc