X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=cb1ba45a8e6d8108ee56a82e0176cc8145c09e55;hb=2519d4eb1acb54d36a3bdfd90fcff4afc64b3f08;hp=599b52b9e0b8f2084a889bb9aca56ca0dec76e01;hpb=73dd5bdb7dcdf804bdbabcf632671d4de5042ebc;p=akkoma diff --git a/.gitignore b/.gitignore index 599b52b9e..cb1ba45a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ # App artifacts +secret /_build /db /deps /*.ez +/test/instance /test/uploads /.elixir_ls /test/fixtures/DSCN0010_tmp.jpg @@ -27,9 +29,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 +55,7 @@ pleroma.iml # asdf .tool-versions + +# Editor temp files +/*~ +/*#