Skip to content

Commit a3162c0

Browse files
committed
Add xcode gitignore
1 parent 20c5188 commit a3162c0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,17 @@ build
1111
.externalNativeBuild
1212
.idea/*
1313
/.idea/*
14-
.kotlin
14+
.kotlin
15+
16+
### Xcode ###
17+
## User settings
18+
xcuserdata/
19+
20+
### Xcode Patch ###
21+
*.xcodeproj/*
22+
!*.xcodeproj/project.pbxproj
23+
!*.xcodeproj/xcshareddata/
24+
!*.xcodeproj/project.xcworkspace/
25+
!*.xcworkspace/contents.xcworkspacedata
26+
/*.gcno
27+
**/xcshareddata/WorkspaceSettings.xcsettings

0 commit comments

Comments
 (0)