X-Git-Url: http://these/git/?a=blobdiff_plain;f=.gitignore;h=e482488366d43f794beb235d66ff59bc86a2e8bb;hb=95e758e7079727d86a4e4f542d6b261fbf0ccc37;hp=e36af1295cd05c382da5a5c7b71f77dcb74d32af;hpb=1f7546789a3e9d4a095aa72ba69843259eb56fc6;p=lemmy.git diff --git a/.gitignore b/.gitignore index e36af129..e4824883 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,32 @@ +# local ansible configuration ansible/inventory ansible/passwords/ -build/ -.idea/ -docker/dev/config/config.hjson + +# 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.*