From a2ea5647aa795b413c246b2c220557a97889b84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A4nk=20Klein?= Date: Sun, 2 Aug 2015 13:30:06 +0200 Subject: [PATCH] .gitignore: Ignore compiled CSS files in the WooCommerce includes. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fe7684d7..1e8c8e8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Compiled CSS +/inc/woocommerce/css/*.css + # Sass .sass-cache