X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=8fa79b68f14e79bfe61d62223a4c0aa42a66b9f1;hb=dbb80c79d5ba5cc337998226ccafd52daf692593;hp=f30f4cf5fb2fe583d8726b35e513dd67d5f4afb0;hpb=840686ecd5b57a210415539d4f5cc1038d25e5ce;p=akkoma diff --git a/.gitignore b/.gitignore index f30f4cf5f..8fa79b68f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 @@ -56,4 +61,7 @@ pleroma.iml # Editor temp files /*~ -/*# \ No newline at end of file +/*# + +# Generated documentation +docs/site