1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00

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
This commit is contained in:
Justin Driscoll 2013-12-19 10:21:12 -05:00
parent 07e4992c29
commit ecce4903e2

View File

@ -21,3 +21,7 @@ DerivedData
# CocoaPods
Pods
# AppCode
.idea/workspace.xml
.idea/tasks.xml