Files
dzentra_bot/.dockerignore

31 lines
750 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# В build context разрешены только production source и requirements.
**
!.dockerignore
!infra/
!infra/docker/
!infra/docker/Dockerfile
!infra/docker/postgres/
!infra/docker/postgres/Dockerfile
!infra/docker/postgres/healthcheck-application-role.sh
!infra/docker/postgres/init-application-role.sh
!app/
!app/requirements.txt
!app/requirements.lock
!app/src/
!app/src/**
# Локальные артефакты запрещены даже внутри разрешённого source tree.
app/src/**/__pycache__/
app/src/**/*.py[cod]
app/src/**/.DS_Store
app/src/**/.env
app/src/**/.env.*
app/src/**/*.pem
app/src/**/*.key
app/src/**/*.p12
app/src/**/*.pfx
app/src/**/*.log
app/src/**/*.dump
app/src/**/*.sqlite
app/src/**/*.sqlite3