Browse Source

add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore

pull/1744/head
chenyufeng 8 years ago
parent
commit
84010e499f
3 changed files with 3 additions and 0 deletions
  1. 1
    0
      Global/Xcode.gitignore
  2. 1
    0
      Objective-C.gitignore
  3. 1
    0
      Swift.gitignore

+ 1
- 0
Global/Xcode.gitignore View File

@@ -21,3 +21,4 @@ xcuserdata
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscheme

+ 1
- 0
Objective-C.gitignore View File

@@ -22,6 +22,7 @@ xcuserdata
*.moved-aside
*.xcuserstate
*.xcscmblueprint
*.xcscheme

## Obj-C/Swift specific
*.hmap

+ 1
- 0
Swift.gitignore View File

@@ -22,6 +22,7 @@ xcuserdata
*.moved-aside
*.xcuserstate
*.xcscmblueprint
*.xcscheme

## Obj-C/Swift specific
*.hmap

Loading…
Cancel
Save