mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +00:00
15 lines
181 B
Text
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
|