Sfoglia il codice sorgente

[ObjC][Swift] Ignore Xcode SCM blueprint files

These files are automatically generated by Xcode and maintain
information regarding source control. Xcode is typically used
in Objective-C and Swift projects, so add these to the ignored files for
these platforms.
Brian Gesiak 10 anni fa
parent
commit
4323f1e2c8
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      Objective-C.gitignore
  2. 1 0
      Swift.gitignore

+ 1 - 0
Objective-C.gitignore

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

+ 1 - 0
Swift.gitignore

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