summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-09-23 21:38:04 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-09-23 21:38:04 -0400
commit6eca595c48cf2a7acddb992e96245a4bbcf06e36 (patch)
tree2f9d766ffa0236058b6b4c49924b2e987c517411 /.gitignore
initial version, extracted from Igor
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d6c83f1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+# 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/
+
+# Where 3rd-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").
+polyjuice_client-*.tar
+