ignore generated docs
[akkoma] / .gitignore
index 4dea75e9333aa49659c5676174e64a4ea4949962..d8700e3f88beafc27ee5ec8fe4f91261d7aa7481 100644 (file)
@@ -1,4 +1,7 @@
 # App artifacts
+docs/site
+*.sw*
+secret
 /_build
 /db
 /deps
@@ -13,6 +16,7 @@
 /doc
 /instance
 /priv/ssh_keys
+vm.args
 
 # Prevent committing custom emojis
 /priv/static/emoji/custom/*
@@ -28,6 +32,7 @@ erl_crash.dump
 # variables.
 /config/*.secret.exs
 /config/generated_config.exs
+/config/runtime.exs
 /config/*.env
 
 
@@ -53,3 +58,7 @@ pleroma.iml
 
 # asdf
 .tool-versions
+
+# Editor temp files
+/*~
+/*#