MDL-51177 core: Ignore built files in stylelint
authorAndrew Nicols <andrew@nicols.co.uk>
Wed, 12 Sep 2018 04:36:19 +0000 (12:36 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Wed, 12 Sep 2018 04:36:19 +0000 (12:36 +0800)
.stylelintignore
Gruntfile.js

index 12ddb3e..be8cec8 100644 (file)
@@ -1,4 +1,5 @@
 # Generated by "grunt ignorefiles"
+**/yui/build/*
 theme/bootstrapbase/style/
 theme/clean/style/custom.css
 theme/more/style/custom.css
index 78583d0..29d271c 100644 (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',