mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-21 12:25:23 +03:00
22 lines
203 B
Text
22 lines
203 B
Text
# Local build artifacts
|
|
target
|
|
|
|
# Data folder
|
|
data
|
|
|
|
# IDE files
|
|
.vscode
|
|
.idea
|
|
*.iml
|
|
|
|
# Git and Docker files
|
|
.git
|
|
.gitignore
|
|
.gitmodules
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
# Documentation
|
|
*.md
|
|
|