Easier to work with dockerignore

This commit is contained in:
Michael Francis 2024-05-26 13:00:13 -04:00
parent 31e2a32e01
commit 90c9e15841
1 changed files with 12 additions and 4 deletions

View File

@ -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