From 7ec2d5ef4ef4a19319ce577a2a9b83fd600b9f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Miller=20=28=E9=94=BA=E4=BF=8A=29?= Date: Tue, 1 Sep 2020 12:18:42 +0800 Subject: [PATCH] perf($Git): ignore Jest test coverage reports /jest-coverage/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a57fb16..025bef4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ pnpm-debug.log* ### Costom ignored files /package-lock.json /.eslintcache +/jest-coverage/