mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-10-31 21:48:49 +00:00
18 lines
248 B
Text
18 lines
248 B
Text
.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
|