From c5326e1e49f2146b8ba89ff69ae62759f361f306 Mon Sep 17 00:00:00 2001 From: nathanhleung Date: Thu, 5 Dec 2019 16:18:27 -0800 Subject: [PATCH] build: add pnpm to gitignore --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 41f474c..2e74604 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ # Fixtures ignore fixtures/sandbox/node_modules/ +fixtures/pnpm/node_modules/ ## From https://raw.githubusercontent.com/github/gitignore/master/Node.gitignore # Logs