summaryrefslogtreecommitdiff
path: root/.dockerignore
blob: 05c2a8e3228bffcb9ec653c7eaf10db69b7a8eac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Ignore everything
*

// Allow what is needed
!.git
!docker/healthcheck.sh
!docker/start.sh
!migrations
!src

!build.rs
!Cargo.lock
!Cargo.toml
!rustfmt.toml
!rust-toolchain.toml