Skip to content

v8.7.0

Compare
Choose a tag to compare
@tmccombs tmccombs released this 24 Feb 08:25
· 284 commits to master since this release

Features

  • Add flag --no-require-git to always respect gitignore files, see #1216 (@vegerot)

Bugfixes

  • Fix logic for when to use global ignore file. There was a bug where the only case where the
    global ignore file wasn't processed was if --no-ignore was passed, but neither --unrestricted
    nor --no-global-ignore-file is passed. See #1209