fix config
[akkoma] / .gitignore
index 6ae21e9144f410f289fc0734b714bfcbd7226aac..cb1ba45a8e6d8108ee56a82e0176cc8145c09e55 100644 (file)
@@ -1,8 +1,10 @@
 # App artifacts
+secret
 /_build
 /db
 /deps
 /*.ez
+/test/instance
 /test/uploads
 /.elixir_ls
 /test/fixtures/DSCN0010_tmp.jpg
@@ -27,11 +29,12 @@ erl_crash.dump
 # variables.
 /config/*.secret.exs
 /config/generated_config.exs
+/config/runtime.exs
 /config/*.env
 
 
 # Database setup file, some may forget to delete it
-/config/setup_db.psql
+/config/setup_db*.psql
 
 .DS_Store
 .env
@@ -52,3 +55,7 @@ pleroma.iml
 
 # asdf
 .tool-versions
+
+# Editor temp files
+/*~
+/*#