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
fix: Correct ignore message for "node_modules" subfolders (#17217)
* fix: Correct ignore message for "node_modules" subfolders* Use `path.sep` as a separatorCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
constexpectedMsg="File ignored by default because it is located under the node_modules directory. Use ignore pattern \"!**/node_modules/\" to override.";