X-Git-Url: http://these/git/?a=blobdiff_plain;f=.gitignore;h=e482488366d43f794beb235d66ff59bc86a2e8bb;hb=3471f3533cb724b2cf6953d563aadfcc9f66c1d2;hp=4b9715b4cc30e82016eeed6c2cc3ac5317667b24;hpb=5c6258390c46159c16f49295314c6519215fc6ae;p=lemmy.git diff --git a/.gitignore b/.gitignore index 4b9715b4..e4824883 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # local ansible configuration ansible/inventory -ansible/inventory_dev ansible/passwords/ # docker build files @@ -15,8 +14,19 @@ volumes # local build files target env_setup.sh -query_testing/*.json -query_testing/*.json.old +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.*