aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-backend/.dockerignore
blob: 4f45bcf1630b60b2e206fa883dfee0151f7bc7f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Ignore everything
**

# Except what we need
!alembic.ini
!migrations
!src
!requirements.txt
!LICENSE
!scripts