X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=da73b6f361d2538265d19631fee046777d4ec734;hb=822196f393e8b214b03ece875af0f53e41f40528;hp=599b52b9e0b8f2084a889bb9aca56ca0dec76e01;hpb=38425ebdbf157377ccb0402f78dc3d02f81c55f5;p=akkoma diff --git a/.gitignore b/.gitignore index 599b52b9e..da73b6f36 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /db /deps /*.ez +/test/instance /test/uploads /.elixir_ls /test/fixtures/DSCN0010_tmp.jpg @@ -27,9 +28,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 +54,7 @@ pleroma.iml # asdf .tool-versions + +# Editor temp files +/*~ +/*#