X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=8fca0b41aa9a8531c4062b767f6ae3dab1891960;hb=de95ee7772d6a0a5f28e182d0bff3afc38cfe500;hp=599b52b9e0b8f2084a889bb9aca56ca0dec76e01;hpb=80c21100db306ce45856bbdb97d3439676babeeb;p=akkoma diff --git a/.gitignore b/.gitignore index 599b52b9e..8fca0b41a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ # App artifacts +*.sw* +secret /_build /db /deps /*.ez +/test/instance /test/uploads /.elixir_ls /test/fixtures/DSCN0010_tmp.jpg @@ -12,6 +15,7 @@ /doc /instance /priv/ssh_keys +vm.args # Prevent committing custom emojis /priv/static/emoji/custom/* @@ -27,9 +31,12 @@ erl_crash.dump # variables. /config/*.secret.exs /config/generated_config.exs +/config/runtime.exs +/config/*.env + # Database setup file, some may forget to delete it -/config/setup_db.psql +/config/setup_db*.psql .DS_Store .env @@ -50,3 +57,7 @@ pleroma.iml # asdf .tool-versions + +# Editor temp files +/*~ +/*#