Ignore shipped file

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-05-08 17:50:00 +02:00
parent 893e6bed04
commit 2d8d2090b2
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -27,4 +27,5 @@ module.exports = {
'string-quotes': 'single',
},
plugins: ['stylelint-scss'],
ignoreFiles: ['css/At.scss'],
}