summaryrefslogtreecommitdiff
path: root/.dockerignore
blob: a03cecf98357951734693abaa38b95929192893b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.dockerignore
# there are valid reasons to keep the .git, namely so that you can get the
# current commit hash
#.git
.log
tmp

# Mix artifacts
_build
deps
*.ez
releases

# Generate on crash by the VM
erl_crash.dump

# Static artifacts
node_modules