aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example.dockerignore
blob: dec5e6b7b70dec36810315ffcb1c84668a4aa8e5 (plain) (blame)
1
2
3
4
5
6
7
8
# Exclude everything by default
*

# Make exceptions for what's needed
!app
!pyproject.toml
!poetry.lock
!LICENSE