summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHentioe <me@bluerain.io>2020-10-18 02:31:43 +0800
committerHentioe <me@bluerain.io>2020-10-18 02:31:43 +0800
commitb2177236cec81b7f5cf6caeb8615750235ac1561 (patch)
tree6fc4d83b3f44e0d967df64b109fa5afeab2007bb /.gitignore
Init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..24784cf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# 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 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").
+azure_ex-*.tar
+
+
+# Temporary files for e.g. tests
+/tmp
+
+# ElixirLs
+/.elixir_ls \ No newline at end of file