mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-08 12:02:32 +01:00
16 lines
181 B
Plaintext
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
|