浏览代码

Ignore venv from stylelint

`coverage` ships with a `style.scss`, which `stylelint` attempts to lint.
Jake Howard 4 年之前
父节点
当前提交
897ef63b01
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .stylelintrc.yaml

+ 1 - 0
.stylelintrc.yaml

@@ -1,5 +1,6 @@
 ignoreFiles:
   - node_modules
   - build/**/*
+  - venv/**/*
 extends:
   - '@wagtail/stylelint-config-wagtail'