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
Is it possible to disallow some folder structures?
For example:
{
"root": "src",
"rules": [
// disallow components folder in the second level of folders
"!shared/*/components",
// allow components folder in the third level of folders
"shared/*/*/components",
]
}