|
há 1 ano atrás | |
---|---|---|
.. | ||
bin | há 1 ano atrás | |
test | há 1 ano atrás | |
.eslintrc | há 1 ano atrás | |
README.md | há 1 ano atrás | |
index.js | há 1 ano atrás | |
package.json | há 1 ano atrás |
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 +
.
Return a Matcher
that fully matches the str
argument.
str
should conform to the .gitignore
specification.
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.
MIT