From 073fd88f68f5e2d9f876dbad4c5d52dd0e9be246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Marek?= Date: Wed, 19 Feb 2014 00:30:31 +0100 Subject: [PATCH 1/2] Removed JetBrains *.iws files This entry should be (and is) rather in Global/JetBrains.gitignore --- Grails.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Grails.gitignore b/Grails.gitignore index 083b60f3..5bd01376 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -38,6 +38,3 @@ # "temporary" build files /target - -# other -*.iws From 7f7df06518921d17a5b61986c5d9947b86ff7014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Marek?= Date: Wed, 19 Feb 2014 01:16:52 +0100 Subject: [PATCH 2/2] Removed IDE support files entirely Those files should be in Global/ templates --- Grails.gitignore | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Grails.gitignore b/Grails.gitignore index 5bd01376..22bf40d1 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -3,16 +3,6 @@ # web application files /web-app/WEB-INF/classes -# IDE support files -/.classpath -/.launch -/.project -/.settings -/*.launch -/*.tmproj -/ivy* -/eclipse - # default HSQL database files for production mode /prodDb.*