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