Files
vaultwarden/.dockerignore
2024-08-21 21:59:17 +02:00

16 lines
181 B
Plaintext

// Ignore everything
*
// Allow what is needed
!.git
!docker/healthcheck.sh
!docker/start.sh
!migrations
!src
!build.rs
!Cargo.lock
!Cargo.toml
!rustfmt.toml
!rust-toolchain.toml