Skip to content

Commit b09dbbb

Browse files
committed
examples: avoid checking in package-lock.json
1 parent a0983c4 commit b09dbbb

File tree

5 files changed

+6
-22236
lines changed

5 files changed

+6
-22236
lines changed

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Dependency directory
2-
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
31
node_modules
42
xcuserdata
53
project.xcworkspace
@@ -9,4 +7,5 @@ android/build
97
Podfile.lock
108
WebRTC.xcframework
119
WebRTC.dSYMs
12-
10+
examples/GumTestApp/package-lock.json
11+
examples/GumTestApp_macOS/package-lock.json

examples/GumTestApp/.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package-lock=false
2+

0 commit comments

Comments
 (0)