Easier to work with dockerignore
This commit is contained in:
parent
31e2a32e01
commit
90c9e15841
|
@ -1,4 +1,12 @@
|
||||||
target
|
# Ignore everything by default
|
||||||
Tiltfile
|
|
||||||
manifests
|
*
|
||||||
orig-compose
|
|
||||||
|
# Except the stuff we need
|
||||||
|
|
||||||
|
!.dockerignore
|
||||||
|
!Dockerfile
|
||||||
|
!orig-compose/
|
||||||
|
!src/
|
||||||
|
!Cargo.lock
|
||||||
|
!Cargo.toml
|
||||||
|
|
Loading…
Reference in New Issue