X-Git-Url: http://these/git/?a=blobdiff_plain;f=.gitignore;h=e482488366d43f794beb235d66ff59bc86a2e8bb;hb=c890797b370417b9479186acd86bc065693f8691;hp=23e9c40337d0af4fdddd96f24b0badc8b3d7f118;hpb=aee48f3f5d62feb883f3c8608caad839e63460d6;p=lemmy.git diff --git a/.gitignore b/.gitignore index 23e9c403..e4824883 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +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.*