From 6a89f3f7b6a3edb3465952521bdf06a220515b95 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 15 Aug 2021 04:42:19 +0530 Subject: [PATCH] Chore: ignore `yarn-error.log` and `.pnpm-debug.log` (#14925) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a00550b003e..dbe2a2b5961 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ test.js coverage/ build/ npm-debug.log +yarn-error.log +.pnpm-debug.log .DS_Store tmp/ debug/