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

Feature: Manually filter repositories from being scanned #150

Open
lennoncork opened this issue Jun 30, 2021 · 4 comments
Open

Feature: Manually filter repositories from being scanned #150

lennoncork opened this issue Jun 30, 2021 · 4 comments

Comments

@lennoncork
Copy link
Contributor

I have a large number of old/archived repositories alongside existing ones. Would really like the ability to filter inclusion of repositories from the archive folder, but also support scanning globally so I don't have to git switch 50+ repositories so I can searh them. Would be happy with the ability to modify a settings file with a regex or root path to exclude. It would be great if we could open the settings file in VS Code from the UI.

@lennoncork
Copy link
Contributor Author

Somewhat relates to #122

@awaescher
Copy link
Owner

Ignore wildcard were already implemented back in January.

However, I did not find the time to finalize this version yet 🥲

These support wildcards at start and/or end of paths, I decided to go against full RegEx support because of performance considerations.

Supported:
 C:\data\repoz*
 *repoz\sub
 */bin/*

@lennoncork
Copy link
Contributor Author

Very nice, I think the above patterns would work perfectly. Haven't been able to work out where I go to configure this, is there some way I can test this out?

@awaescher
Copy link
Owner

As said, this is not released yet. You'd need to build from the master branch by yourself.

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

No branches or pull requests

2 participants