Merge branch 'develop' into update-oauth-template
[akkoma] / .gitignore
index 2858cefd5463922d64f698b4ffc7773c4e1dc5e5..9591f997639479396f5c5e458e561cdc15b841a2 100644 (file)
@@ -3,8 +3,14 @@
 /db
 /deps
 /*.ez
-/uploads
 /test/uploads
+/.elixir_ls
+/test/fixtures/test_tmp.txt
+/test/fixtures/image_tmp.jpg
+/test/tmp/
+/doc
+/instance
+/priv/ssh_keys
 
 # Prevent committing custom emojis
 /priv/static/emoji/custom/*
@@ -19,6 +25,20 @@ erl_crash.dump
 # secrets files as long as you replace their contents by environment
 # variables.
 /config/*.secret.exs
+/config/generated_config.exs
 
 # Database setup file, some may forget to delete it
 /config/setup_db.psql
+
+.DS_Store
+.env
+
+# Editor config
+/.vscode/
+
+# Prevent committing docs files
+/priv/static/doc/*
+
+# Code test coverage
+/cover
+/Elixir.*.coverdata