update .gitignore for pnpm v3

This commit is contained in:
Conduitry 2019-04-02 16:42:19 -04:00
parent 0c9ced826a
commit 6e86f0debe
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/dist/ /dist/
/node_modules/ /node_modules/
/package-lock.json /package-lock.json
/pnpm-lock.yaml
/shrinkwrap.yaml /shrinkwrap.yaml
/yarn.lock /yarn.lock