pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.91k stars 71 forks source link

Honor .gitignore or have its own .fcignore #101

Closed laoshaw closed 2 years ago

laoshaw commented 2 years ago

can fclones ignore known directories such as node_modules, .mypy_cache, CMakefile Release/Debug directories,etc, or let the user to create .flignore file for them.

or, just respect .gitignore by default as fd and rg do.

the best feature I got from rust tools is that it's modern in the sense it is .git etc aware.

pkolaczk commented 2 years ago

That would make a nice new feature. For now, you can exclude multiple paths with --exclude.