mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-16 05:56:40 +01:00
22 lines
613 B
Plaintext
Executable File
22 lines
613 B
Plaintext
Executable File
# 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
|