.dockerignore # Ignore git, but keep git HEAD and refs to access current commit hash if needed: # # $ cat .git/HEAD | awk '{print ".git/"$2}' | xargs cat # d0b8727759e1e0e7aa3d41707d12376e373d5ecc .git !.git/HEAD !.git/refs # Common development/test artifacts /cover/ /doc/ /test/ /tmp/ .elixir_ls # Mix artifacts /_build/ /deps/ *.ez # Generated on crash by the VM erl_crash.dump # Static artifacts - These should be fetched and built inside the Docker image /assets/node_modules/ /priv/static/assets/ /priv/static/uploads/* !/priv/static/uploads/.gitkeep /priv/static/cache_manifest.json