diff --git a/Grails.gitignore b/Grails.gitignore index 5bd0137..22bf40d 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -1,40 +1,30 @@ # .gitignore for Grails 1.2 and 1.3 # web application files /web-app/WEB-INF/classes -# IDE support files -/.classpath -/.launch -/.project -/.settings -/*.launch -/*.tmproj -/ivy* -/eclipse - # default HSQL database files for production mode /prodDb.* # general HSQL database files *Db.properties *Db.script # logs /stacktrace.log /test/reports /logs # project release file /*.war # plugin release files /*.zip /plugin.xml # older plugin install locations /plugins /web-app/plugins # "temporary" build files /target