Skip to content

Commit 84010e4

Browse files
add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore
1 parent f587571 commit 84010e4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Global/Xcode.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ xcuserdata
2121
*.xccheckout
2222
*.moved-aside
2323
*.xcuserstate
24+
*.xcscheme

Objective-C.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ xcuserdata
2222
*.moved-aside
2323
*.xcuserstate
2424
*.xcscmblueprint
25+
*.xcscheme
2526

2627
## Obj-C/Swift specific
2728
*.hmap

Swift.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ xcuserdata
2222
*.moved-aside
2323
*.xcuserstate
2424
*.xcscmblueprint
25+
*.xcscheme
2526

2627
## Obj-C/Swift specific
2728
*.hmap

0 commit comments

Comments
 (0)