0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-11-15 06:22:28 +01:00
bitwarden_rs/.dockerignore

15 lines
181 B
Text

// 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