Timshel
5 months ago
committed by
GitHub
1 changed files with 12 additions and 37 deletions
@ -1,40 +1,15 @@ |
|||||
# Local build artifacts |
// Ignore everything |
||||
target |
* |
||||
|
|
||||
# Data folder |
// Allow what is needed |
||||
data |
!.git |
||||
|
|
||||
# Misc |
|
||||
.env |
|
||||
.env.template |
|
||||
.gitattributes |
|
||||
.gitignore |
|
||||
rustfmt.toml |
|
||||
|
|
||||
# IDE files |
|
||||
.vscode |
|
||||
.idea |
|
||||
.editorconfig |
|
||||
*.iml |
|
||||
|
|
||||
# Documentation |
|
||||
.github |
|
||||
*.md |
|
||||
*.txt |
|
||||
*.yml |
|
||||
*.yaml |
|
||||
|
|
||||
# Docker |
|
||||
hooks |
|
||||
tools |
|
||||
Dockerfile |
|
||||
.dockerignore |
|
||||
docker/** |
|
||||
!docker/healthcheck.sh |
!docker/healthcheck.sh |
||||
!docker/start.sh |
!docker/start.sh |
||||
|
!migrations |
||||
# Web vault |
!src |
||||
web-vault |
|
||||
|
!build.rs |
||||
# Vaultwarden Resources |
!Cargo.lock |
||||
resources |
!Cargo.toml |
||||
|
!rustfmt.toml |
||||
|
!rust-toolchain.toml |
||||
|
Loading…
Reference in new issue