1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 01:15:43 +01:00
gitignore/Objective-C.gitignore
Justin Driscoll ecce4903e2 Add AppCode-specific files to Objective C
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
2013-12-19 10:21:12 -05:00

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