You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2012/11/26 21:08:59 UTC

svn commit: r1413809 - /ofbiz/trunk/.gitignore

Author: doogie
Date: Mon Nov 26 20:08:58 2012
New Revision: 1413809

URL: http://svn.apache.org/viewvc?rev=1413809&view=rev
Log:
Ignore generated -min.(css|js) files in flatgrey.

Modified:
    ofbiz/trunk/.gitignore

Modified: ofbiz/trunk/.gitignore
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.gitignore?rev=1413809&r1=1413808&r2=1413809&view=diff
==============================================================================
--- ofbiz/trunk/.gitignore (original)
+++ ofbiz/trunk/.gitignore Mon Nov 26 20:08:58 2012
@@ -25,6 +25,10 @@ runtime/data/utilcache.*
 runtime/catalina/work/*
 runtime/jetty
 runtime/tempfiles/*
+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
 .pc
 .DS_Store
 .idea