X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=3fbf17ba811a19b805ff714d78a9aee6a26559fb;hb=9e0dd21ed637ec7b884570b2ad8705b5fac72580;hp=d26faf840dda41039fdf3b0943d106a7b97c7ae3;hpb=a93f3421a704d6728a856d5d82cdbf9c43f3f897;p=akkoma diff --git a/.gitignore b/.gitignore index d26faf840..3fbf17ba8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,12 @@ /db /deps /*.ez +/uploads +/test/uploads +/.elixir_ls + +# Prevent committing custom emojis +/priv/static/emoji/custom/* # Generated on crash by the VM erl_crash.dump @@ -14,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