diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-03-26 23:17:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 05:17:19 +0200 |
commit | 34225d7199ee79f252275722b98b988e984a0943 (patch) | |
tree | 055866a6021221acf659e8f71c91e815f35e322d /.yarnclean | |
parent | 63a6808ee12e2b23353a62e2a37b20fd48e4e429 (diff) |
Setup Husky and lint-stage for commit fixing (#23308)
Diffstat (limited to '.yarnclean')
-rw-r--r-- | .yarnclean | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.yarnclean b/.yarnclean index 0cc2b50d7..21eb734a6 100644 --- a/.yarnclean +++ b/.yarnclean @@ -44,3 +44,6 @@ Gruntfile.js # for specific ignore !.svgo.yml !sass-lint/**/*.yml + +# breaks lint-staged or generally anything using https://github.com/eemeli/yaml/issues/384 +!**/yaml/dist/**/doc |