Explorar o código

Ignore venv from stylelint

`coverage` ships with a `style.scss`, which `stylelint` attempts to lint.
Jake Howard %!s(int64=4) %!d(string=hai) anos
pai
achega
897ef63b01
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .stylelintrc.yaml

+ 1 - 0
.stylelintrc.yaml

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