X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=95b236af62e286baa85790f5d0b8b51d31e6c984;hb=20e3cb2b25be4d9598bfc2cf3870f2f451974cb6;hp=66d1376c53f173e3c5af516b9615cdcd839218f7;hpb=1c44d476e72cfbfa3f2a5c88524cb702c55ec143;p=akkoma diff --git a/.gitignore b/.gitignore index 66d1376c5..95b236af6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,13 @@ # App artifacts +docs/site +*.zip +*.sw* secret /_build /db /deps /*.ez +/test/instance /test/uploads /.elixir_ls /test/fixtures/DSCN0010_tmp.jpg @@ -13,6 +17,14 @@ secret /doc /instance /priv/ssh_keys +vm.args +.cache/ +.hex/ +.mix/ +.psql_history +docker-resources/Dockerfile +docker-resources/Caddyfile +pgdata # Prevent committing custom emojis /priv/static/emoji/custom/* @@ -28,9 +40,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 @@ -51,3 +66,14 @@ pleroma.iml # asdf .tool-versions + +# Editor temp files +/*~ +/*# + +# Generated documentation +docs/site + +# docker stuff +docker-db +*.iml