From ecce4903e28aeb0aa4bd62bcb9a5d9e7084df835 Mon Sep 17 00:00:00 2001 From: Justin Driscoll Date: Thu, 19 Dec 2013 10:21:12 -0500 Subject: [PATCH] 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 --- Objective-C.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index d0ce7de7..45abe4c2 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -21,3 +21,7 @@ DerivedData # CocoaPods Pods + +# AppCode +.idea/workspace.xml +.idea/tasks.xml