From: Rachel H Date: Tue, 24 Apr 2018 19:18:23 +0000 (-0700) Subject: Add common files to gitignore X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=52b1bc782b889bca92595396be383b4dc805ee2e;p=akkoma Add common files to gitignore --- diff --git a/.gitignore b/.gitignore index 2858cefd5..3fbf17ba8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /*.ez /uploads /test/uploads +/.elixir_ls # Prevent committing custom emojis /priv/static/emoji/custom/* @@ -22,3 +23,6 @@ erl_crash.dump # Database setup file, some may forget to delete it /config/setup_db.psql + +.DS_Store +.env \ No newline at end of file