Resolves #1
User perspective
- Respect git ignore settings (default - option to ignore these settings)
- Option to ignore hidden files
- Option to give additional ignore files (e.g.,
.ignore)
Developer perspective
Using the features of the ignore crate. Unit tests for the feature but no integration tests as the current output is only a dummy output.
Resolves #1
### User perspective
- Respect git ignore settings (default - option to ignore these settings)
- Option to ignore hidden files
- Option to give additional ignore files (e.g., `.ignore`)
### Developer perspective
Using the features of the [ignore crate](https://crates.io/crates/ignore). Unit tests for the feature but no integration tests as the current output is only a dummy output.