1
0
mirror of https://github.com/algora-io/tv.git synced 2025-02-04 01:53:25 +02:00
algora-tv/.dockerignore

33 lines
370 B
Plaintext
Raw Normal View History

2024-02-29 22:31:42 +03: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
2024-06-21 15:10:22 +03:00
.env.staging
2024-02-29 22:31:42 +03:00
# Local files
/tmp
2024-04-04 17:27:36 +03:00
/.local
2024-05-18 19:17:12 +03:00
/priv/cache
2024-06-21 15:10:22 +03:00
*.patch
/.fly
/xref*