Skip to content

Commit 6b125f7

Browse files
committed
Add package-lock.json to .gitignore
From now we are using yarn.
1 parent 517ebcd commit 6b125f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# node.js
77
#
88
node_modules/
9+
package-lock.json
10+
IapExample/package-lock.json
911
npm-debug.log
1012
yarn-error.log
1113

0 commit comments

Comments
 (0)