You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2014/04/07 23:30:01 UTC

About .gitignore

Instead of
     runtime/logs/cobertura-base.dat
     runtime/logs/cobertura-components.dat
     runtime/logs/cobertura-report
     runtime/logs/*.log*
     runtime/logs/*.html*
     runtime/logs/test-results/*
could we not simply have
     runtime/logs/
?

Also why those are hidden?
     themes/flatgrey/webapp/flatgrey/javascript-min.css
     themes/flatgrey/webapp/flatgrey/js/application-min.js
     themes/flatgrey/webapp/flatgrey/maincss-min.css
     themes/flatgrey/webapp/flatgrey/mainrtl-min.css

What about hidding
     /runtime/indexes/products

Also I wonder about
     /framework/entity/lib/jdbc
I have personnaly hidden it. But I finally wonder should we hidde it, or better to know they are there, opinions?

Thanks

Jacques