mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-13 00:05:41 +00:00
14 lines
175 B
Plaintext
14 lines
175 B
Plaintext
# Exclude everything
|
|
*
|
|
|
|
# Include what we need
|
|
!app
|
|
!migrations
|
|
!tests
|
|
!.flaskenv
|
|
!boot.sh
|
|
!config.py
|
|
!docker-nopaque-entrypoint.sh
|
|
!nopaque.py
|
|
!requirements.txt
|