It's now possible to ignore/skip dot-entries (dot-files, dot-directories) as a fix for issue #14. Such entries where previously skipped for sanity and needless directory traversal reasons (think VCS directories like .git, .svn, ...) but there might be other dot-entries to handle.
Enhancements:
Maintenance:
- ci: switch to official github-changelog-generator image #18 (mweirauch)
- ci: use cache@v2 for cargo caches #16 (mweirauch)
- chore: dependency updates and clippy fixes #15 (mweirauch)
Closed issues:
- Skipping dot files #14