forked from LeenkxTeam/Kmake
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
|
|
# Ignore everything but the stuff following the `*` with the `!`
|
||
|
|
# See https://docs.docker.com/engine/reference/builder/#dockerignore-file
|
||
|
|
|
||
|
|
*
|
||
|
|
!package.json
|
||
|
|
!lib
|
||
|
|
!deps
|
||
|
|
!build
|