1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-09-16 15:42:24 +02:00
Vaultwarden/.dockerignore

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