mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-08-19 00:51:25 +00:00
.vscode
app
docker-compose
logs
migrations
tests
.dockerignore
.env.tpl
.flaskenv
.gitignore
Dockerfile
LICENSE
README.md
boot.sh
config.py
db.env.tpl
docker-compose.yml
nopaque.py
requirements.txt
13 lines
144 B
Plaintext
13 lines
144 B
Plaintext
# Exclude everything
|
|
*
|
|
|
|
# Include what we need
|
|
!app
|
|
!migrations
|
|
!tests
|
|
!.flaskenv
|
|
!boot.sh
|
|
!config.py
|
|
!nopaque.py
|
|
!requirements.txt
|