X-Git-Url: http://these/git/?a=blobdiff_plain;f=.gitignore;h=e482488366d43f794beb235d66ff59bc86a2e8bb;hb=2938b50908fb44c2f4dda61365ac7257021bf3c0;hp=16548f36c615c3cbc33699d769c8edf5b7125c38;hpb=eaf548b5db326addee318bcc2c7c742e4b79b6fa;p=lemmy.git diff --git a/.gitignore b/.gitignore index 16548f36..e4824883 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,32 @@ +# local ansible configuration ansible/inventory ansible/passwords/ + +# docker build files docker/lemmy_mine.hjson -build/ -.idea/ +docker/dev/env_deploy.sh +volumes + +# ide config +.idea +.vscode + +# local build files +target +env_setup.sh +query_testing/**/reports/*.json + +# API tests +api_tests/node_modules +api_tests/.yalc +api_tests/yalc.lock + +# pictrs data +pictrs/ + +# The generated typescript bindings +bindings + +# Database cluster and sockets for testing +dev_pgdata/ +*.PGSQL.*