From: Mark Holmquist Date: Fri, 26 Jul 2013 17:55:38 +0000 (-0700) Subject: Add .sass-cache to .gitignore X-Git-Tag: 1.31.0-rc.0~18335^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=3c5f2fa67b570b2023a6b79ae19b71c4c1ff670d;p=lhc%2Fweb%2Fwiklou.git 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 --- 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