fix: ignore 'test_*' directories
This commit is contained in:
parent
04f5e420f2
commit
aeb8a3f0a7
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ STANDARD_EXCLUSIONS = [
|
|||
"*.scss",
|
||||
"*.vue",
|
||||
"*.html",
|
||||
"*/test_*",
|
||||
"*/test_*/*",
|
||||
"*/node_modules/*",
|
||||
"*/doctype/*/*_dashboard.py",
|
||||
"*/patches/*",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue