Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-05 02:28:00 +01:00
43 Zeilen
399 B
Text
43 Zeilen
399 B
Text
# Local build artifacts
|
|
target
|
|
|
|
# Data folder
|
|
data
|
|
|
|
# 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/start.sh
|
|
|
|
# Web vault
|
|
web-vault
|
|
|
|
# Vaultwarden Resources
|
|
resources
|
|
|
|
# Playwright tests
|
|
playwright
|