Files
stalwart/.dockerignore

11 lines
99 B
Plaintext

// Ignore everything
*
// Allow what is needed
!crates
!tests
!resources
!Cargo.lock
!Cargo.toml