1
0
mirror of https://github.com/algora-io/tv.git synced 2024-11-16 00:58:59 +02:00
algora-tv/.dockerignore

28 lines
324 B
Plaintext
Raw Normal View History

2024-02-29 21:31:42 +02: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
# Env files
.env
.env*.local
.env.dev
.env.prod
# Local files
/tmp
/.local