X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=8fa79b68f14e79bfe61d62223a4c0aa42a66b9f1;hb=4f6caae2092abb3d80ad7a921a90f40d15e4051a;hp=08ef8999b821ae168e1b71a711ebfe709ceac256;hpb=50a644a2215a144e54a9f9d2a5216bec4e717405;p=akkoma diff --git a/.gitignore b/.gitignore index 08ef8999b..8fa79b68f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # App artifacts +docs/site +*.sw* secret /_build /db @@ -14,6 +16,7 @@ secret /doc /instance /priv/ssh_keys +vm.args # Prevent committing custom emojis /priv/static/emoji/custom/* @@ -29,6 +32,7 @@ erl_crash.dump # variables. /config/*.secret.exs /config/generated_config.exs +/config/runtime.exs /config/*.env @@ -57,4 +61,7 @@ pleroma.iml # Editor temp files /*~ -/*# \ No newline at end of file +/*# + +# Generated documentation +docs/site