summaryrefslogtreecommitdiff
path: root/.dockerignore
blob: c78ddbac19362ac805da10db6aee0dd6e926b723 (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
26
27
28
# Local build and dev artifacts
target
tests

# Docker files
Dockerfile*
docker-compose*

# IDE files
.vscode
.idea
*.iml

# Git folder
.git
.gitea
.gitlab
.github

# Dot files
.env
.gitignore

# Toml files
rustfmt.toml

# Documentation
#*.md