Add option to modify HTTP pool size
[akkoma] / .gitignore
index b62891f264fe4bdcfeea2c94addd2d4a4038648f..95b236af62e286baa85790f5d0b8b51d31e6c984 100644 (file)
@@ -1,9 +1,13 @@
 # App artifacts
+docs/site
+*.zip
+*.sw*
 secret
 /_build
 /db
 /deps
 /*.ez
+/test/instance
 /test/uploads
 /.elixir_ls
 /test/fixtures/DSCN0010_tmp.jpg
@@ -13,6 +17,14 @@ secret
 /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,11 +40,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
@@ -53,3 +66,14 @@ pleroma.iml
 
 # asdf
 .tool-versions
+
+# Editor temp files
+/*~
+/*#
+
+# Generated documentation
+docs/site
+
+# docker stuff
+docker-db
+*.iml