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)
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

index 9c0c3b6..7d1a309 100644 (file)
@@ -41,6 +41,7 @@ sftp-config.json
 
 # Building & testing
 node_modules/
+.sass-cache/
 
 # Composer
 /vendor