mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-28 00:39:20 +00:00
First working version
This commit is contained in:
commit
5cd40c63ed
172 changed files with 17903 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Local build artifacts
|
||||
target
|
||||
|
||||
# Data folder
|
||||
data
|
||||
|
||||
# IDE files
|
||||
.vscode
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# Environment file
|
||||
# .env
|
||||
Loading…
Add table
Add a link
Reference in a new issue