X-Git-Url: http://these/git/?a=blobdiff_plain;f=.gitignore;h=e482488366d43f794beb235d66ff59bc86a2e8bb;hb=c0b7865896b5c2e348e95e2008e699346076b273;hp=4cb8939f5f67c82a2011fa209332ca0f4b444ffe;hpb=4f116dc758684c8fca735bd6b30d93ab0bd3bc25;p=lemmy.git diff --git a/.gitignore b/.gitignore index 4cb8939f..e4824883 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,32 @@ +# local ansible configuration ansible/inventory ansible/passwords/ -build/ -.idea/ + +# docker build files +docker/lemmy_mine.hjson +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.*