Add package.lock to .gitignore

This commit is contained in:
Joel Martin 2017-09-19 22:31:02 -05:00
parent 0a9a468537
commit cf01dac145

1
.gitignore vendored
View file

@ -9,6 +9,7 @@
.sbt
.npm
.node-gyp
package-lock.json
.elm
*/experiments
*/node_modules