From 21d2f7e1d617474723a1abc28cd8a1686ee2de17 Mon Sep 17 00:00:00 2001 From: cknoblauch Date: Fri, 17 Jan 2014 17:22:59 -0200 Subject: [PATCH] Update Grails.gitignore to include default files Only files under /web-app/WEB-INF/classes (build output) should be ignored by Git. Grails generates a few default (unchanging) files (applicationContext.xml, sitemesh.xml, a bunch of *.tld) that need to be there for some plugins to function properly (e.g., grails war). --- Grails.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grails.gitignore b/Grails.gitignore index b827da05..083b60f3 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -1,7 +1,7 @@ # .gitignore for Grails 1.2 and 1.3 # web application files -/web-app/WEB-INF +/web-app/WEB-INF/classes # IDE support files /.classpath