mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-02-23 07:54:53 +01:00
Add examples project
This commit is contained in:
21
Examples/InterfacingWithUIKit/StartingPoint/.gitignore
vendored
Executable file
21
Examples/InterfacingWithUIKit/StartingPoint/.gitignore
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user