projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a52c45
)
Add common files to gitignore
author
Rachel H
<lastexyle@gmail.com>
Tue, 24 Apr 2018 19:18:23 +0000
(12:18 -0700)
committer
Rachel H
<lastexyle@gmail.com>
Tue, 24 Apr 2018 19:18:23 +0000
(12:18 -0700)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 2858cefd5463922d64f698b4ffc7773c4e1dc5e5..3fbf17ba811a19b805ff714d78a9aee6a26559fb 100644
(file)
--- 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