add package-lock.json file to gitignore

This commit is contained in:
Passakorn Suppakityothin 2017-09-20 11:59:23 +07:00 committed by GitHub
parent 92fe9121f1
commit f66416ad65

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
node_modules
npm-debug.log
package-lock.json
.DS_Store
config/development.*
config/production.*