mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-15 11:49:03 +00:00
Some checks failed
Build / Build and Test ${{ matrix.channel }} (msrv) (push) Has been cancelled
Build / Build and Test ${{ matrix.channel }} (rust-toolchain) (push) Has been cancelled
Hadolint / Validate Dockerfile syntax (push) Has been cancelled
Release / skip_check (push) Has been cancelled
trivy / Check (push) Has been cancelled
Release / docker-build (alpine) (push) Has been cancelled
Release / docker-build (debian) (push) Has been cancelled
* rename membership rename UserOrganization to Membership to clarify the relation and prevent confusion whether something refers to a member(ship) or user * use newtype pattern * implement custom derive macro IdFromParam * add UuidFromParam macro for UUIDs * add macros to Docker build Co-authored-by: dfunkt <dfunkt@users.noreply.github.com> --------- Co-authored-by: dfunkt <dfunkt@users.noreply.github.com>
17 lines
189 B
Plaintext
17 lines
189 B
Plaintext
// Ignore everything
|
|
*
|
|
|
|
// Allow what is needed
|
|
!.git
|
|
!docker/healthcheck.sh
|
|
!docker/start.sh
|
|
!macros
|
|
!migrations
|
|
!src
|
|
|
|
!build.rs
|
|
!Cargo.lock
|
|
!Cargo.toml
|
|
!rustfmt.toml
|
|
!rust-toolchain.toml
|