Commit 5a951f21f974c77c1bd26335a7c945bb7a451662

Thomas de Grivel 2022-09-12T16:18:08

ignore avatars

diff --git a/.gitignore b/.gitignore
index 7aa6bbb..3366e4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,34 +1,13 @@
-# The directory Mix will write compiled artifacts to.
+*.ez
+/.fetch
 /_build/
-
-# If you run "mix test --cover", coverage assets end up here.
+/assets/node_modules/
 /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").
-kmxcrm-*.tar
-
-# Ignore assets that are produced by build tools.
+/priv/avatar
 /priv/static/assets/
-
-# Ignore digested assets cache.
 /priv/static/cache_manifest.json
-
-# In case you use Node.js/npm, you want to ignore these.
+erl_crash.dump
+kmxcrm-*.tar
 npm-debug.log
-/assets/node_modules/
-