From 3c5f2fa67b570b2023a6b79ae19b71c4c1ff670d Mon Sep 17 00:00:00 2001 From: Mark Holmquist Date: Fri, 26 Jul 2013 10:55:38 -0700 Subject: [PATCH] Add .sass-cache to .gitignore The Makefile removes this automatically, but compass watch won't do that for you. Much better to just .gitignore it so we don't have to worry about it. See resources/mediawiki.ui/sourcefiles to see what I mean, and see https://www.mediawiki.org/wiki/Agora/Engineering#Working_with_the_Compass_code for documentation about the current approach. Change-Id: Icf7dbc9e19f0615c5fcc88924a17ae695df0ff05 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9c0c3b6d7c..7d1a30930d 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ sftp-config.json # Building & testing node_modules/ +.sass-cache/ # Composer /vendor -- 2.20.1