Skip to content

Releases: mweirauch/dropignore

0.1.1

22 Dec 23:21
Compare
Choose a tag to compare

Full Changelog

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

0.1.0

21 Jun 19:30
Compare
Choose a tag to compare

Full Changelog

Initial Release

Merged pull requests: