MDL-51177 core: Ignore built files in stylelint

This commit is contained in:
Andrew Nicols 2018-09-12 12:36:19 +08:00
parent 6e1008ddd0
commit 3951d50a89
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# Generated by "grunt ignorefiles"
**/yui/build/*
theme/bootstrapbase/style/
theme/clean/style/custom.css
theme/more/style/custom.css

View File

@ -222,6 +222,7 @@ module.exports = function(grunt) {
// Generate .stylelintignore.
var stylelintIgnores = [
'# Generated by "grunt ignorefiles"',
'**/yui/build/*',
'theme/bootstrapbase/style/',
'theme/clean/style/custom.css',
'theme/more/style/custom.css',