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