Hi!
Thanks for this awesome package! I think I might found a small bug when using it.
With the following .gitignore contents
Running git check-ignore -v c/ results in
Using ignore.test('c/') indicates that it's not ignored. This package correctly indicates that c/ is ignored if I change c/* in the .gitignore file to c/.
Kind regards
Sam
Hi!
Thanks for this awesome package! I think I might found a small bug when using it.
With the following
.gitignorecontentsRunning
git check-ignore -v c/results inUsing
ignore.test('c/')indicates that it's not ignored. This package correctly indicates thatc/is ignored if I changec/*in the.gitignorefile toc/.Kind regards
Sam