aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
blob: bc01b471e5966320bc058def29ec2e942e905995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Local build artifacts
target

# Data folder
data

# IDE files
.vscode
.idea
*.iml

# Git files
.git
.gitignore

# Documentation
*.md