Merge branch 'features/download-mastofe-build' into 'develop'
[akkoma] / .gitignore
index 5211b4c93fd44274e9e8362fccbd8d69d00696ad..a1e79e4be2a7a34ac0211ad65ae0df60cda1cb96 100644 (file)
@@ -3,8 +3,16 @@
 /db
 /deps
 /*.ez
-/uploads
 /test/uploads
+/.elixir_ls
+/test/fixtures/test_tmp.txt
+/test/fixtures/image_tmp.jpg
+/test/tmp/
+/doc
+/instance
+
+# Prevent committing custom emojis
+/priv/static/emoji/custom/*
 
 # Generated on crash by the VM
 erl_crash.dump
@@ -16,3 +24,16 @@ 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/*