aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 784932545cc550505c741726c7b4be458257ef52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Exclude everything
*

# Make exceptions for what's needed
!metricity

!pyproject.toml
!poetry.lock
!LICENSE

!config.toml
!config-default.toml
!alembic
!alembic.ini

!create_metricity_db.py
!entry_point.sh