diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5211b4c93..3fbf17ba8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ /*.ez /uploads /test/uploads +/.elixir_ls + +# Prevent committing custom emojis +/priv/static/emoji/custom/* # Generated on crash by the VM erl_crash.dump @@ -16,3 +20,9 @@ erl_crash.dump # secrets files as long as you replace their contents by environment # variables. /config/*.secret.exs + +# Database setup file, some may forget to delete it +/config/setup_db.psql + +.DS_Store +.env
\ No newline at end of file |