From 16d9da6b6f0f96c5c7ddb30e280d458e304a58c3 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Tue, 10 Aug 2021 12:44:58 +0800 Subject: [PATCH 1/2] chore: add `.pnpm-debug.log*` to git ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 50acac010..54c0e44fa 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ logs npm-debug.log* yarn-debug.log* yarn-error.log* +.pnpm-debug.log* # misc cache From caf6dc4cb34028d8447829a1c96d3c6f5f637e3d Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Tue, 10 Aug 2021 12:54:19 +0800 Subject: [PATCH 2/2] chore: remove unneccesary include --- packages/ui/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json index 6b28e0250..7e26d5fd4 100644 --- a/packages/ui/tsconfig.json +++ b/packages/ui/tsconfig.json @@ -8,7 +8,6 @@ } }, "include": [ - "src", - "App.test.tsx" + "src", ] }