Add fallback for reports that don't have attached activities
[akkoma] / .gitignore
index 08ef8999b821ae168e1b71a711ebfe709ceac256..f9de4ed49fac9e4922473f391fe2237cbe6f6ef0 100644 (file)
@@ -1,4 +1,6 @@
 # App artifacts
+docs/site
+*.sw*
 secret
 /_build
 /db
@@ -14,6 +16,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/*
@@ -29,6 +39,7 @@ erl_crash.dump
 # variables.
 /config/*.secret.exs
 /config/generated_config.exs
+/config/runtime.exs
 /config/*.env
 
 
@@ -57,4 +68,10 @@ pleroma.iml
 
 # Editor temp files
 /*~
-/*#
\ No newline at end of file
+/*#
+
+# Generated documentation
+docs/site
+
+# docker stuff
+docker-db