Add .sass-cache to .gitignore
authorMark Holmquist <mtraceur@member.fsf.org>
Fri, 26 Jul 2013 17:55:38 +0000 (10:55 -0700)
committerMark Holmquist <mtraceur@member.fsf.org>
Fri, 26 Jul 2013 18:04:15 +0000 (11:04 -0700)
commit3c5f2fa67b570b2023a6b79ae19b71c4c1ff670d
treec10e2554c0545960a751e4938cf7a1b009ef4163
parentc1b6de4d596f33e730c9d102b85bfda6c3845667
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