From d75fcc53394d2bd8a70921187c8759c1a311e87c Mon Sep 17 00:00:00 2001 From: Ed Linklater Date: Tue, 7 Jul 2015 14:07:29 +1200 Subject: [PATCH] Add .idea/ to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a5ab10c..b61851b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /src/ .DS_Store +.idea/ /silverstripe-cache /assets /vendor/ @@ -8,4 +9,4 @@ /cache/ /staticpublisher/ /toolbar/ -/display_logic/ \ No newline at end of file +/display_logic/