Fix typo in MastoFE login page.
[akkoma] / .gitignore
index 5211b4c93fd44274e9e8362fccbd8d69d00696ad..3fbf17ba811a19b805ff714d78a9aee6a26559fb 100644 (file)
@@ -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