mirror of
https://github.com/github/gitignore
synced 2024-12-04 01:15:43 +01:00
ecce4903e2
AppCode is a popular alternative Cocoa/Cocoa Touch IDE developed by JetBrains: http://www.jetbrains.com/objc/ JetBrains recommends excluding workspace.xml and tasks.xml from the .idea project folder: https://intellij-support.jetbrains.com/entries/23393067
28 lines
289 B
Plaintext
28 lines
289 B
Plaintext
# OS X
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
build/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
profile
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
|
|
# CocoaPods
|
|
Pods
|
|
|
|
# AppCode
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|