Files
.vscode
app
docker-compose
migrations
tests
.dockerignore
.env.tpl
.gitignore
.gitlab-ci.yml
Dockerfile
LICENSE
README.md
boot.sh
config.py
db.env.tpl
docker-compose.yml
docker-nopaque-entrypoint.sh
nopaque.env.tpl
requirements.txt
wsgi.py
nopaque/.dockerignore
2024-04-10 13:52:33 +02:00

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