mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-14 19:07:52 +01:00
22 lines
292 B
Plaintext
22 lines
292 B
Plaintext
.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
|
|
|
|
assets/node_modules/
|
|
deps/
|
|
assets/yarn.lock |