Sourced from ignore's releases.
5.2.4
- PATCH fixes normal single asterisk and normal consecutive asterisks defined in gitignore spec (https://github.com/facebook/flipper/issues/57)
- PATCH invalid trailing backslash will not throw unexpectedly
An upgrade is recommended for all dependents
The following rules could be not properly parsed with previous
ignoreversions**foo *bar qu*ux abc\ # `ignore` would throw if no whitespace after `\`
45a5a9f 5.2.4: README: update github action badge85a88c7 test/coverage: do not force test coverage on windows since it is quite hard t...c710cf6 test/coverage: remove the buggy "istanbul ignore next" (nyc @15.1.0)adf1f14 test: another test cases related to https://github.com/facebook/flipper/issues/577be791b dev: upgrade dev dependencies69ea16f test: remove timeout setting for git-check-ignore9e4e370 5.2.3: fixes https://github.com/facebook/flipper/issues/57: fixes normal single / consecutive asterisks8d56752 https://github.com/facebook/flipper/issues/57: test: support test.only189ff4f https://github.com/facebook/flipper/issues/81: fixes windows test casesa514e5e https://github.com/facebook/flipper/issues/81: fixes windows test cases