Aggiedit/.dockerignore

19 lines
248 B
Plaintext
Raw Normal View History

2022-04-21 20:54:26 -04:00
.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