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

Ignore patterns in .gitignore #108

Open
erfanio opened this issue Oct 13, 2017 · 1 comment
Open

Ignore patterns in .gitignore #108

erfanio opened this issue Oct 13, 2017 · 1 comment

Comments

@erfanio
Copy link

erfanio commented Oct 13, 2017

I'd be great if I could tell fsearch to exclude all files that are in my .gitignores
I find it super useful in tools like fd and ripgrep

@cboxdoerfer
Copy link
Owner

That's something I too find useful, but it's also quite some work to get it right. Ideally FSearchs' core was written in Rust (which is something I've been thinking about a lot), then I could just make use of the great ignore crate which is used by fd and ripgrep which takes care of handling gitignore files and alike.

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

No branches or pull requests

2 participants