Documentation updates for stable release (#73)
[akkoma] / .gitignore
index 08ef8999b821ae168e1b71a711ebfe709ceac256..738e7de3e2757b9f4080ff06f2fa1651c7ce5c5b 100644 (file)
@@ -1,4 +1,5 @@
 # App artifacts
+*.sw*
 secret
 /_build
 /db
@@ -14,6 +15,7 @@ secret
 /doc
 /instance
 /priv/ssh_keys
+vm.args
 
 # Prevent committing custom emojis
 /priv/static/emoji/custom/*
@@ -29,6 +31,7 @@ erl_crash.dump
 # variables.
 /config/*.secret.exs
 /config/generated_config.exs
+/config/runtime.exs
 /config/*.env
 
 
@@ -57,4 +60,7 @@ pleroma.iml
 
 # Editor temp files
 /*~
-/*#
\ No newline at end of file
+/*#
+
+# Generated documentation
+docs/site