Przeglądaj źródła

Merge pull request #2163 from commscheck/xcode-source-control

Update Objective-C and Swift to match Xcode.gitignore
Brendan Forster 8 lat temu
rodzic
commit
ac8884009e
2 zmienionych plików z 4 dodań i 2 usunięć
  1. 2 1
      Objective-C.gitignore
  2. 2 1
      Swift.gitignore

+ 2 - 1
Objective-C.gitignore

@@ -19,7 +19,8 @@ xcuserdata/
 
 ## Other
 *.moved-aside
-*.xcuserstate
+*.xccheckout
+*.xcscmblueprint
 
 ## Obj-C/Swift specific
 *.hmap

+ 2 - 1
Swift.gitignore

@@ -19,7 +19,8 @@ xcuserdata/
 
 ## Other
 *.moved-aside
-*.xcuserstate
+*.xccheckout
+*.xcscmblueprint
 
 ## Obj-C/Swift specific
 *.hmap