杜鑫 vor 5 Jahren
Ursprung
Commit
c9839fcdae
1 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  1. 5 2
      .gitignore

+ 5 - 2
.gitignore

@@ -20,7 +20,6 @@ DerivedData
 *.hmap
 *.ipa
 *.xcuserstate
-project.xcworkspace
 
 # Android/IntelliJ
 #
@@ -40,6 +39,7 @@ yarn-error.log
 buck-out/
 \.buckd/
 *.keystore
+!debug.keystore
 
 # fastlane
 #
@@ -53,4 +53,7 @@ buck-out/
 */fastlane/screenshots
 
 # Bundle artifact
-*.jsbundle
+*.jsbundle
+
+# CocoaPods
+/ios/Pods/