X-Git-Url: http://these/git/?a=blobdiff_plain;f=.gitignore;h=e482488366d43f794beb235d66ff59bc86a2e8bb;hb=9b123f45eca1f364d038e52fab43ed3dea36fa98;hp=ea0a258595779dfb2aadf73de85176b09ea10ff7;hpb=1eaf2c8a038afc143e6f495fe474119d90078236;p=lemmy.git diff --git a/.gitignore b/.gitignore index ea0a2585..e4824883 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,15 @@ 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.*