Skip to content

Ability to disallow folder #17

@isBatak

Description

@isBatak

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",
	]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions