]> source.dussan.org Git - gitignore.git/commitdiff
Update Grails.gitignore to include default files 926/head
authorcknoblauch <cknoblauch@gmail.com>
Fri, 17 Jan 2014 19:22:59 +0000 (17:22 -0200)
committercknoblauch <cknoblauch@gmail.com>
Fri, 17 Jan 2014 19:22:59 +0000 (17:22 -0200)
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

index b827da057fea381b54f687145dd06a7f3d13591d..083b60f366b47ed5e93db670c0704306c1e6deb2 100644 (file)
@@ -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