.gitignore add package-lock.json (#626)

This commit is contained in:
Chris Brody 2019-01-17 19:23:55 -05:00 committed by GitHub
parent d9c08f12a7
commit 7a98708eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -45,3 +45,4 @@ npm-debug.log
node_modules/ node_modules/
coverage/ coverage/
.nyc_output/ .nyc_output/
package-lock.json