Releases: jedwards1211/gitignore-fs
Releases · jedwards1211/gitignore-fs
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2021-06-10)
Bug Fixes
- always exclude .git, refactor tests (9ffb5b9)
- don't check if .gitignore exists in ignored dirs (e44c6bb)
- don't load gitignore rules inside ignored directories (a113714)
- handle directory-only ignores correctly (a0d7221)
BREAKING CHANGES
- ignores and ignoresSync no longer accept a stats argument.
Instead you should pass a path that ends with / if it's a directory, and doesn't
end with / if it's a file.