nopaque/.dockerignore

13 lines
144 B
Plaintext
Raw Normal View History

2022-11-11 13:59:14 +00:00
# Exclude everything
*
# Include what we need
!app
!migrations
!tests
!.flaskenv
!boot.sh
!config.py
!nopaque.py
!requirements.txt