Feature description
It should be possible to ignore some kind of file. Maybe hidden files (filename starting with .) should be even ignored by default.
A configuration file similar to a .gitignore would be an option. To avoid duplicated configurations it should be possible to give the name of an existing ignore file (from git, docker, ...) and only extend this with a extra file.
Benefits
Avoid to process the too many files, which are out of scope for the own project (e.g., the code of dependencies in a script language).
Resources
- crate ignore - handling ignore files
### Feature description
It should be possible to ignore some kind of file. Maybe hidden files (filename starting with `.`) should be even ignored by default.
A configuration file similar to a `.gitignore` would be an option. To avoid duplicated configurations it should be possible to give the name of an existing ignore file (from git, docker, ...) and only extend this with a extra file.
### Benefits
Avoid to process the too many files, which are out of scope for the own project (e.g., the code of dependencies in a script language).
### Resources
- [crate ignore](https://crates.io/crates/ignore) - handling ignore files