jenkins-bot has submitted this change and it was merged. Change subject: Add .sass-cache to .gitignore ......................................................................
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 --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Mattflaschen: Looks good to me, approved jenkins-bot: Verified diff --git a/.gitignore b/.gitignore index 9c0c3b6..7d1a309 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ # Building & testing node_modules/ +.sass-cache/ # Composer /vendor -- To view, visit https://gerrit.wikimedia.org/r/76118 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icf7dbc9e19f0615c5fcc88924a17ae695df0ff05 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: MarkTraceur <[email protected]> Gerrit-Reviewer: Kaldari <[email protected]> Gerrit-Reviewer: Mattflaschen <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
