You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -90,20 +91,29 @@ Otherwise, if you have not completed the task and do not need additional informa
90
91
returnaParts.length-bParts.length
91
92
})
92
93
93
-
constrooIgnoreParsed=rooIgnoreController
94
-
? sorted.map((filePath)=>{
95
-
// path is relative to absolute path, not cwd
96
-
// validateAccess expects either path relative to cwd or absolute path
97
-
// otherwise, for validating against ignore patterns like "assets/icons", we would end up with just "icons", which would result in the path not being ignored.
// validateAccess expects either path relative to cwd or absolute path
101
+
// otherwise, for validating against ignore patterns like "assets/icons", we would end up with just "icons", which would result in the path not being ignored.
0 commit comments