diff options
author | cknoblauch <cknoblauch@gmail.com> | 2014-01-17 17:22:59 -0200 |
---|---|---|
committer | cknoblauch <cknoblauch@gmail.com> | 2014-01-17 17:22:59 -0200 |
commit | 21d2f7e1d617474723a1abc28cd8a1686ee2de17 (patch) | |
tree | 01a83bd501654a76fd922807e3e0a46611b2dfda /Grails.gitignore | |
parent | 5979282c55da38db155427080d7a89dd31c93502 (diff) | |
download | gitignore-21d2f7e1d617474723a1abc28cd8a1686ee2de17.tar.gz gitignore-21d2f7e1d617474723a1abc28cd8a1686ee2de17.zip |
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).
Diffstat (limited to 'Grails.gitignore')
-rw-r--r-- | Grails.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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 |