mail-server/.dockerignore

10 lines
99 B
Text

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