dotignore

WebJar for dotignore

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

dotignore
Последняя версия

Последняя версия

0.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

dotignore
WebJar for dotignore
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/bmeck/dotignore

Скачать dotignore

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/dotignore/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>dotignore</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/dotignore/
implementation 'org.webjars.npm:dotignore:0.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/dotignore/
implementation ("org.webjars.npm:dotignore:0.1.2")
'org.webjars.npm:dotignore:jar:0.1.2'
<dependency org="org.webjars.npm" name="dotignore" rev="0.1.2">
  <artifact name="dotignore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='dotignore', version='0.1.2')
)
libraryDependencies += "org.webjars.npm" % "dotignore" % "0.1.2"
[org.webjars.npm/dotignore "0.1.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : minimatch jar [3.0.4,4)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.1.2