add package-lock.json to gitignore

This commit is contained in:
Romain Beaumont 2018-05-13 14:04:49 +02:00
parent 0015986621
commit b5618e03be
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ src/plugins/*
distTest distTest
world/* world/*
!world/.gitkeep !world/.gitkeep
package-lock.json