Remove double wildcard from symfony.asset_mapper.excluded_patterns (#1512)

This commit is contained in:
Jan Rosier
2026-03-27 14:16:52 +01:00
committed by GitHub
parent e685563fd3
commit 7a4256654c
+1 -1
View File
@@ -17,7 +17,7 @@
"position": "after_target",
"warn_if_missing": true,
"target": " missing_import_mode: strict",
"content": " excluded_patterns:\n - '**/assets/styles/**/_*.scss'"
"content": " excluded_patterns:\n - '*/assets/styles/**/_*.scss'"
}
],
"conflict": {