bitwarden_rs/.dockerignore

19 lines
136 B
Plaintext
Raw Normal View History

2018-02-10 00:00:55 +00:00
# Local build artifacts
target
# Data folder
data
# IDE files
.vscode
.idea
*.iml
# Git files
2018-02-10 00:00:55 +00:00
.git
.gitignore
# Documentation
*.md