From 7e2dc800359c59e5d73236af4b034ea2c156a6e3 Mon Sep 17 00:00:00 2001 From: Sepush Date: Mon, 15 Nov 2021 16:27:38 +0800 Subject: [PATCH] chore(.gitignore):add ignore for pnpm (#32860) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1f29c5a124..54b212c74d 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,8 @@ config/base.yaml /coverage yarn.lock package-lock.json +pnpm-lock.yaml +.pnpm-debug.log components/**/*.js components/**/*.jsx !components/**/__tests__/**/*.js