13 lines
135 B
Plaintext
13 lines
135 B
Plaintext
# Ignore everything by default
|
|
|
|
*
|
|
|
|
# Except the stuff we need
|
|
|
|
!.dockerignore
|
|
!Dockerfile
|
|
!orig-compose/
|
|
!src/
|
|
!Cargo.lock
|
|
!Cargo.toml
|