This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/.gitignore

28 lines
621 B
Plaintext
Raw Normal View History

2019-04-15 01:44:39 +00:00
# The directory Mix will write compiled artifacts to.
/_build/
# If you run "mix test --cover", coverage assets end up here.
/cover/
# The directory Mix downloads your dependencies sources to.
/deps/
2020-06-16 19:28:21 +00:00
/integration_test/temple_demo/deps/
2019-04-15 01:44:39 +00:00
# Where third-party dependencies like ExDoc output generated docs.
/doc/
# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez
# Ignore package tarball (built via "mix hex.build").
2019-07-02 02:48:51 +00:00
temple-*.tar
2019-04-15 01:44:39 +00:00
2019-05-09 02:05:08 +00:00
/tmp/