Skip to content

Commit ec05552

Browse files
committed
Put .lock files to gitignore
1 parent 8e53f8b commit ec05552

3 files changed

Lines changed: 4 additions & 8261 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ local.properties
3535
node_modules/
3636
npm-debug.log
3737
yarn-error.log
38+
yarn.lock
39+
package-lock.json
3840

3941
# BUCK
4042
buck-out/
@@ -59,10 +61,11 @@ buck-out/
5961
# Ruby / CocoaPods
6062
/ios/Pods/
6163
/vendor/bundle/
64+
ios/Podfile.lock
6265

6366
.pnp.cjs
6467
.pnp.loader.mjs
6568
.yarn/
6669
.yarnrc.yml
6770
ios/ZegoEasyExample.xcworkspace/xcshareddata/
68-
package-lock.json
71+
package-lock.json

0 commit comments

Comments
 (0)