Created
April 15, 2020 13:13
-
-
Save sheharyarn/ddb94229133a36d4eadb5083d3efa7d0 to your computer and use it in GitHub Desktop.
Dockerignore for Elixir / Phoenix applications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Elixir Artifacts | |
/_build/ | |
/deps/ | |
/doc/ | |
/cover/ | |
/.fetch | |
*.ez | |
APPNAME-*.tar | |
erl_crash.dump | |
# Node Artifacts | |
npm-debug.log | |
/assets/node_modules/ | |
/priv/static/ | |
# File uploads | |
/uploads | |
/test/uploads | |
# Docker only | |
/test/ | |
/.iex.exs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment