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:
parent
5979282c55
commit
21d2f7e1d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user