codeMan f03f940133 2023-6-20 %!s(int64=2) %!d(string=hai) anos
..
bin f03f940133 2023-6-20 %!s(int64=2) %!d(string=hai) anos
test f03f940133 2023-6-20 %!s(int64=2) %!d(string=hai) anos
.eslintrc f03f940133 2023-6-20 %!s(int64=2) %!d(string=hai) anos
README.md f03f940133 2023-6-20 %!s(int64=2) %!d(string=hai) anos
index.js f03f940133 2023-6-20 %!s(int64=2) %!d(string=hai) anos
package.json f03f940133 2023-6-20 %!s(int64=2) %!d(string=hai) anos

README.md

dotignore

ignored $IGNOREFILE

Check the ignorefile against the current directory. Print out if a file should be ignored by prefixing with a -. If the file should not be ignored prefix it with a +.

API

exports.createMatcher(str)

Return a Matcher that fully matches the str argument.

str should conform to the .gitignore specification.

Matcher.shouldIgnore(name)

Test that all the rules provided to create the matcher match the name given. / is expected as the path delimiter. Returns true if the name should be ignored.

LICENSE

MIT