103 lines
1.2 KiB
Plaintext
103 lines
1.2 KiB
Plaintext
|
|
# ==========
|
|
### macOS ###
|
|
|
|
*.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must end with two
|
|
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
|
|
|
|
### macOS ###
|
|
# ==========
|
|
#
|
|
#
|
|
#
|
|
|
|
# ==========
|
|
### Cocoa ###
|
|
|
|
# Xcode
|
|
|
|
## Build generated
|
|
build/
|
|
DerivedData/
|
|
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata/
|
|
|
|
## Other
|
|
*.moved-aside
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
## Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
### Cocoa ###
|
|
# ==========
|
|
#
|
|
#
|
|
#
|
|
|
|
# ==========
|
|
### Swift Package Manager ###
|
|
#
|
|
Packages/
|
|
Package.pins
|
|
.swiftpm/
|
|
.build/
|
|
|
|
### Swift Package Manager ###
|
|
# ==========
|
|
#
|
|
#
|
|
#
|
|
|
|
# ==========
|
|
### Custom repo-specific ###
|
|
|
|
# we don't need to store project file,
|
|
# as we generate it on-demand
|
|
*.xcodeproj
|
|
|
|
### Custom repo-specific ###
|
|
# ==========
|
|
#
|
|
#
|
|
# |