nopaque/.dockerignore
Patrick Jentsch 485a0155c6 Bump dependencies. Some parts needed to be deactivated for that. They need to be reimplemented.
- breadcrumbs (!flask-breadcrumbs)
- manual modal button
- api blueprint (!flask-marshmallow/!marshmallow-sqlalchemy)
2024-04-30 08:41:29 +02:00

14 lines
187 B
Plaintext

# Exclude everything
*
# Include what we need
!app
!migrations
!tests
!boot.sh
!config.py
!docker-nopaque-entrypoint.sh
!requirements.txt
!requirements.freezed.txt
!wsgi.py