You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
613 B
21 lines
613 B
# See LICENSE folder for this sample’s licensing information.
|
|
#
|
|
# Apple sample code gitignore configuration.
|
|
|
|
# Finder
|
|
.DS_Store
|
|
|
|
# Xcode - User files
|
|
xcuserdata/
|
|
|
|
**/*.xcodeproj/project.xcworkspace/*
|
|
!**/*.xcodeproj/project.xcworkspace/xcshareddata
|
|
|
|
**/*.xcodeproj/project.xcworkspace/xcshareddata/*
|
|
!**/*.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
|
|
|
|
**/*.playground/playground.xcworkspace/*
|
|
!**/*.playground/playground.xcworkspace/xcshareddata
|
|
|
|
**/*.playground/playground.xcworkspace/xcshareddata/*
|
|
!**/*.playground/playground.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
|
|
|