You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@giltayar not using this plugin at the moment, but PRs welcome. This is happening because it expects that there's at least one negation (!somefile.txt) in the file, it should be really simple to fix but I won't have time to do it myself.
GerHobbelt
added a commit
to GerHobbelt/gitignore-parser
that referenced
this issue
Jul 6, 2020
If I
compile('foo.txt')
, it shouldaccept('foo.txt')
, but doesn't. It also does notaccept('a/foo.txt')
.The text was updated successfully, but these errors were encountered: