fix: ignore 'test_*' directories

This commit is contained in:
Ayush Chaudhari 2025-08-14 18:16:41 +05:30
parent 04f5e420f2
commit aeb8a3f0a7

View file

@ -18,7 +18,7 @@ STANDARD_EXCLUSIONS = [
"*.scss",
"*.vue",
"*.html",
"*/test_*",
"*/test_*/*",
"*/node_modules/*",
"*/doctype/*/*_dashboard.py",
"*/patches/*",