aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
blob: b3e43a23f7bf9d30b49b6f2f32fbc55df4b559ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Local build artifacts
target

# Data folder
data
.env

# IDE files
.vscode
.idea
*.iml

# Documentation
.github
*.md
*.txt
*.yml
*.yaml

# Docker folders
hooks
tools

# Web vault
web-vault