Documentation updates for stable release (#73)
[akkoma] / .gitignore
index 4dea75e9333aa49659c5676174e64a4ea4949962..738e7de3e2757b9f4080ff06f2fa1651c7ce5c5b 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
 
 
@@ -53,3 +57,10 @@ pleroma.iml
 
 # asdf
 .tool-versions
+
+# Editor temp files
+/*~
+/*#
+
+# Generated documentation
+docs/site