Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to exclude directories and files #11

Closed
aviskase opened this issue Nov 17, 2020 · 2 comments
Closed

Option to exclude directories and files #11

aviskase opened this issue Nov 17, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@aviskase
Copy link
Owner

Two types of excludes:

  • exclude to = don't count links to these files
  • exclude from = don't check this files for links

Both should accept two ways of exclusion:

  • list of globs
  • list of regex for filenames
@aviskase
Copy link
Owner Author

aviskase commented Nov 29, 2020

  • exclude to: regex filenames
  • exclude from: regex filenames
  • exclude to: globs
  • exclude from: globs

aviskase added a commit that referenced this issue Dec 1, 2020
@aviskase
Copy link
Owner Author

aviskase commented Dec 1, 2020

Use for globs: https://www.npmjs.com/package/picomatch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant