forked from fritob/Camper-Monitor
65 lines
770 B
Plaintext
65 lines
770 B
Plaintext
### macOS
|
|
# Finder metadata
|
|
.DS_Store
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Custom folder icons
|
|
Icon
|
|
|
|
|
|
# Volume root files
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
### Xcode
|
|
# Xcode user settings
|
|
xcuserdata/
|
|
|
|
# Xcode build artifacts
|
|
build/
|
|
DerivedData/
|
|
|
|
# Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# Xcode state files
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
|
|
|
|
### Swift
|
|
# Xcode user settings
|
|
xcuserdata/
|
|
|
|
# Xcode build data
|
|
DerivedData/
|
|
|
|
# Swift/Obj-C specific
|
|
*.hmap
|
|
|
|
# App packaging
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# Swift Package Manager
|
|
# Package.resolved |