From 0c346c87fa83c6d1184fdafb9c0748c2e15a423d Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 9 Apr 2021 22:34:22 +0530 Subject: [PATCH] Chore: ignore `pnpm-lock.yaml` (#14303) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a24ba1b6513..a00550b003e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ versions.json .temp-eslintcache /tests/fixtures/autofix-integration/temp.js yarn.lock -package-lock.json \ No newline at end of file +package-lock.json +pnpm-lock.yaml