[BiomeJsBundle][OxlintBundle] Ignore tests/ (and align other ignore patterns) (#1872)

This commit is contained in:
Hugo Alliaume
2025-10-19 21:52:06 +02:00
committed by GitHub
parent 495a8bc6a9
commit 5c4e810d55
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
"!assets/controllers.json",
"!public/assets/*",
"!public/bundles/*",
"!tests/*",
"!var/*",
"!vendor/*",
"!composer.json",

View File

@@ -1,9 +1,13 @@
{
"ignorePatterns": [
"assets/vendor/**",
"assets/controllers.json",
"public/assets/**",
"public/bundles/**",
"tests/**",
"var/**",
"vendor/**"
"vendor/**",
"composer.json",
"package.json"
]
}