added package-lock.json to .gitignore

This commit is contained in:
Ben Wheeler 2018-06-18 22:46:39 -04:00
parent 847e204efc
commit 054824b2de

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
# NPM # NPM
/node_modules /node_modules
npm-* npm-*
package-lock.json
# Build # Build
/build /build