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).
This commit is contained in:
cknoblauch 2014-01-17 17:22:59 -02:00
parent 5979282c55
commit 21d2f7e1d6

View 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