Files
.vscode
app
docker-compose
migrations
tests
.dockerignore
.env.tpl
.flaskenv
.gitignore
.gitlab-ci.yml
Dockerfile
LICENSE
README.md
boot.sh
config.py
db.env.tpl
docker-compose.yml
docker-entrypoint.sh
nopaque.env.tpl
nopaque.py
requirements.txt
nopaque/.dockerignore
2023-09-25 10:11:11 +02:00

14 lines
167 B
Plaintext

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