summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e991430e550f7dd822bb45754122f241eeff5468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Local build artifacts
target

# Data folder
data

# IDE files
.vscode
.idea
*.iml

# Environment file
.env

# Web vault
web-vault