From 82b6d72e5c5d9c27dc50789d0fa95fd0908b0fde Mon Sep 17 00:00:00 2001 From: chen zhuo Date: Fri, 20 May 2016 10:07:30 +0800 Subject: [PATCH] .gitigore: ignore AppCode's .idea folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c7361af80c79dc..8dfc9978cd3ced 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,6 @@ test.tap # Xcode workspaces and project folders *.xcodeproj *.xcworkspace + +#AppCode IDE folder +/.idea