mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Ignore build folder for CSS linting (#4264)
Spotted in https://circleci.com/gh/wagtail/wagtail/1512.
This commit is contained in:
parent
aecfce73ec
commit
29254270a6
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
ignoreFiles:
|
||||
- node_modules
|
||||
- build/**/*
|
||||
plugins:
|
||||
- stylelint-scss
|
||||
# See https://github.com/stylelint/stylelint/blob/master/docs/user-guide/rules.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue