From 58257f2e897b3c4ad3a4b0f33118e87c506138b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Marek?= Date: Tue, 18 Feb 2014 17:31:20 +0100 Subject: [PATCH] Added IntelliJ Idea working directory And moved *.iws (which is also Idea file) to appropriate section. --- Grails.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Grails.gitignore b/Grails.gitignore index 083b60f3..f852bd48 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -12,6 +12,8 @@ /*.tmproj /ivy* /eclipse +/.idea +*.iws # default HSQL database files for production mode /prodDb.* @@ -39,5 +41,3 @@ # "temporary" build files /target -# other -*.iws