diff options
author | Rachel H <lastexyle@gmail.com> | 2018-04-24 12:18:23 -0700 |
---|---|---|
committer | Rachel H <lastexyle@gmail.com> | 2018-04-24 12:18:23 -0700 |
commit | 52b1bc782b889bca92595396be383b4dc805ee2e (patch) | |
tree | 70b776d2681e0b1700046c5071aa2a6b8ca49435 | |
parent | 7a52c4549c5936e691357d0ba77e5e54bd94e928 (diff) | |
download | pleroma-52b1bc782b889bca92595396be383b4dc805ee2e.tar.gz |
Add common files to gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |