Skip to content

Commit f85cff8

Browse files
committed
DerivedData and xcuserdata are folders; *.xcuserstate is always inside xcuserdata folder
1 parent a1ed257 commit f85cff8

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

Global/Xcode.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Build generated
66
build/
7-
DerivedData
7+
DerivedData/
88

99
## Various settings
1010
*.pbxuser
@@ -15,9 +15,8 @@ DerivedData
1515
!default.mode2v3
1616
*.perspectivev3
1717
!default.perspectivev3
18-
xcuserdata
18+
xcuserdata/
1919

2020
## Other
2121
*.xccheckout
2222
*.moved-aside
23-
*.xcuserstate

Objective-C.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Build generated
66
build/
7-
DerivedData
7+
DerivedData/
88

99
## Various settings
1010
*.pbxuser
@@ -15,12 +15,11 @@ DerivedData
1515
!default.mode2v3
1616
*.perspectivev3
1717
!default.perspectivev3
18-
xcuserdata
18+
xcuserdata/
1919

2020
## Other
2121
*.xccheckout
2222
*.moved-aside
23-
*.xcuserstate
2423

2524
## Obj-C/Swift specific
2625
*.hmap

Swift.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Build generated
66
build/
7-
DerivedData
7+
DerivedData/
88

99
## Various settings
1010
*.pbxuser
@@ -15,12 +15,11 @@ DerivedData
1515
!default.mode2v3
1616
*.perspectivev3
1717
!default.perspectivev3
18-
xcuserdata
18+
xcuserdata/
1919

2020
## Other
2121
*.xccheckout
2222
*.moved-aside
23-
*.xcuserstate
2423

2524
## Obj-C/Swift specific
2625
*.hmap

0 commit comments

Comments
 (0)