Commit 21d2f7e1 authored by cknoblauch's avatar cknoblauch

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).
parent 5979282c
# .gitignore for Grails 1.2 and 1.3 # .gitignore for Grails 1.2 and 1.3
# web application files # web application files
/web-app/WEB-INF /web-app/WEB-INF/classes
# IDE support files # IDE support files
/.classpath /.classpath
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment