2023-04-08 18:37:13 +00:00
|
|
|
### OSX ###
|
|
|
|
# General
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
# Icon must end with two \r
|
|
|
|
Icon
|
|
|
|
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
|
|
|
# Files that might appear in the root of a volume
|
|
|
|
.DocumentRevisions-V100
|
|
|
|
.fseventsd
|
|
|
|
.Spotlight-V100
|
|
|
|
.TemporaryItems
|
|
|
|
.Trashes
|
|
|
|
.VolumeIcon.icns
|
|
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
|
|
|
|
# Directories potentially created on remote AFP share
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|
|
|
|
|
|
|
|
### Xcode ###
|
|
|
|
*.xcodeproj/*
|
|
|
|
!*.xcodeproj/project.pbxproj
|
|
|
|
!*.xcodeproj/xcshareddata/
|
|
|
|
!*.xcodeproj/project.xcworkspace/
|
|
|
|
!*.xcworkspace/contents.xcworkspacedata
|
|
|
|
/*.gcno
|
|
|
|
**/xcshareddata/WorkspaceSettings.xcsettings
|
2023-04-07 09:16:48 +00:00
|
|
|
|
|
|
|
## User settings
|
|
|
|
xcuserdata/
|
|
|
|
|
|
|
|
## Obj-C/Swift specific
|
|
|
|
*.hmap
|
|
|
|
|
|
|
|
## App packaging
|
|
|
|
*.ipa
|
|
|
|
*.dSYM.zip
|
|
|
|
*.dSYM
|
|
|
|
|
|
|
|
# fastlane
|
|
|
|
fastlane/report.xml
|
|
|
|
fastlane/Preview.html
|
|
|
|
fastlane/screenshots/**/*.png
|
|
|
|
fastlane/test_output
|
|
|
|
|
2023-04-08 18:37:13 +00:00
|
|
|
### Swift ###
|
2023-04-07 09:16:48 +00:00
|
|
|
|
2023-04-08 18:37:13 +00:00
|
|
|
## Playgrounds
|
|
|
|
timeline.xctimeline
|
|
|
|
playground.xcworkspace
|
2023-04-07 09:16:48 +00:00
|
|
|
|
2023-04-08 18:37:13 +00:00
|
|
|
### SwiftPM ###
|
|
|
|
Packages
|
|
|
|
.build/
|