summaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 4ad0cf5a2e4e6de911d2b176db12f61c8d292564 (plain)
1
2
3
4
5
6
7
8
# Ignore everything but the stuff following the `*` with the `!`
# See https://docs.docker.com/engine/reference/builder/#dockerignore-file

*
!package.json
!lib
!deps
!build