From 60d85fce1179b29c198f290128652ea0f096f949 Mon Sep 17 00:00:00 2001 From: Pranav Yadav Date: Thu, 3 Nov 2022 11:10:56 +0000 Subject: [PATCH] untrack test reports generated by test libraries - E.g. `/reports/junit/js-test-results.xml` report is generated; - -when we exec `yarn test-ci`, which is shouldn't be tracked [skip ci] --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fadf52a7f1c187..fa41a5729c3b34 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,9 @@ package-lock.json /coverage /third-party +# Test Reports +/reports + # Root dir shouldn't have Xcode project /*.xcodeproj