Use mediaproxy for emoji notifications if enabled
[akkoma] / .gitignore
index f30f4cf5fb2fe583d8726b35e513dd67d5f4afb0..8fca0b41aa9a8531c4062b767f6ae3dab1891960 100644 (file)
@@ -1,4 +1,6 @@
 # App artifacts
+*.sw*
+secret
 /_build
 /db
 /deps
@@ -13,6 +15,7 @@
 /doc
 /instance
 /priv/ssh_keys
+vm.args
 
 # Prevent committing custom emojis
 /priv/static/emoji/custom/*
@@ -28,6 +31,7 @@ erl_crash.dump
 # variables.
 /config/*.secret.exs
 /config/generated_config.exs
+/config/runtime.exs
 /config/*.env
 
 
@@ -56,4 +60,4 @@ pleroma.iml
 
 # Editor temp files
 /*~
-/*#
\ No newline at end of file
+/*#