X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=14373fb8c557f12924e3bc3b683fa61a9db12547;hb=104d8dcc1f0fe4f8e346cb27c6f2c0c276e5a3bd;hp=da73b6f361d2538265d19631fee046777d4ec734;hpb=7c96c82b5bc8cfe20dd8be875550ec2127551779;p=akkoma diff --git a/.gitignore b/.gitignore index da73b6f36..14373fb8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ # App artifacts +docs/site +*.zip +*.sw* +secret /_build /db /deps @@ -13,6 +17,14 @@ /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/* @@ -58,3 +70,9 @@ pleroma.iml # Editor temp files /*~ /*# + +# Generated documentation +docs/site + +# docker stuff +docker-db