Add option to modify HTTP pool size
[akkoma] / .gitignore
index 4dea75e9333aa49659c5676174e64a4ea4949962..95b236af62e286baa85790f5d0b8b51d31e6c984 100644 (file)
@@ -1,4 +1,8 @@
 # App artifacts
+docs/site
+*.zip
+*.sw*
+secret
 /_build
 /db
 /deps
 /doc
 /instance
 /priv/ssh_keys
+vm.args
+.cache/
+.hex/
+.mix/
+.psql_history
+docker-resources/Dockerfile
+docker-resources/Caddyfile
+pgdata
 
 # Prevent committing custom emojis
 /priv/static/emoji/custom/*
@@ -28,6 +40,7 @@ erl_crash.dump
 # variables.
 /config/*.secret.exs
 /config/generated_config.exs
+/config/runtime.exs
 /config/*.env
 
 
@@ -53,3 +66,14 @@ pleroma.iml
 
 # asdf
 .tool-versions
+
+# Editor temp files
+/*~
+/*#
+
+# Generated documentation
+docs/site
+
+# docker stuff
+docker-db
+*.iml