X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=d8700e3f88beafc27ee5ec8fe4f91261d7aa7481;hb=0e7b2480368fced6a5f72499af04a00cc635cd6b;hp=4dea75e9333aa49659c5676174e64a4ea4949962;hpb=ad5338a79c32feaefb77ae3b62ab8e2dbcdd2d5e;p=akkoma diff --git a/.gitignore b/.gitignore index 4dea75e93..d8700e3f8 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 @@ -53,3 +58,7 @@ pleroma.iml # asdf .tool-versions + +# Editor temp files +/*~ +/*#