mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
73 lines
1.2 KiB
Text
73 lines
1.2 KiB
Text
|
# Xcode
|
||
|
#
|
||
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
||
|
|
||
|
## Build generated
|
||
|
build/
|
||
|
DerivedData
|
||
|
|
||
|
## Various settings
|
||
|
*.pbxuser
|
||
|
!default.pbxuser
|
||
|
*.mode1v3
|
||
|
!default.mode1v3
|
||
|
*.mode2v3
|
||
|
!default.mode2v3
|
||
|
*.perspectivev3
|
||
|
!default.perspectivev3
|
||
|
xcuserdata
|
||
|
|
||
|
## Other
|
||
|
*.xccheckout
|
||
|
*.moved-aside
|
||
|
*.xcuserstate
|
||
|
*.xcscmblueprint
|
||
|
|
||
|
## Obj-C/Swift specific
|
||
|
*.hmap
|
||
|
*.ipa
|
||
|
|
||
|
# CocoaPods
|
||
|
#
|
||
|
# We recommend against adding the Pods directory to your .gitignore. However
|
||
|
# you should judge for yourself, the pros and cons are mentioned at:
|
||
|
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
|
||
|
#
|
||
|
# Pods/
|
||
|
|
||
|
# Carthage
|
||
|
#
|
||
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
||
|
# Carthage/Checkouts
|
||
|
|
||
|
Carthage/Build
|
||
|
|
||
|
## https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
|
||
|
.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
|
||
|
|
||
|
# Directories potentially created on remote AFP share
|
||
|
.AppleDB
|
||
|
.AppleDesktop
|
||
|
Network Trash Folder
|
||
|
Temporary Items
|
||
|
.apdisk
|
||
|
|
||
|
|