chore: add npm lockfile to gitignore

since we use yarn, this can be ignored
This commit is contained in:
Resi Respati 2017-12-21 00:46:34 +07:00
parent 01d0bbcd2c
commit fbd97acb3f
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -19,3 +19,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# since we use yarn, ignore npm lockfile
package-lock.json