X-Git-Url: http://these/git/?a=blobdiff_plain;f=.gitignore;h=e482488366d43f794beb235d66ff59bc86a2e8bb;hb=13a866aeb0c24f20ed18ab40c0ea5616ef910676;hp=2a7b3a1ddc06b8a55e7c5eff6be64fbdc6d64f86;hpb=d227000de31ecb641d678711cb94fe7f9fcad351;p=lemmy.git diff --git a/.gitignore b/.gitignore index 2a7b3a1d..e4824883 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # local ansible configuration ansible/inventory -ansible/inventory_dev ansible/passwords/ # docker build files @@ -19,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.*