ignore-by-default

WebJar for ignore-by-default

Лицензия

Лицензия

ISC
Группа

Группа

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

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

ignore-by-default
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

ignore-by-default
WebJar for ignore-by-default
Ссылка на сайт

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

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

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

https://github.com/novemberborn/ignore-by-default

Скачать ignore-by-default

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

ignore-by-default

This is a package aimed at Node.js development tools. It provides a list of directories that should probably be ignored by such tools, e.g. when watching for file changes.

It's used by AVA and nodemon.

Please contribute!

Installation

npm install ignore-by-default

Usage

The ignore-by-default module exports a directories() function, which will return an array of directory names. These are the ones you should ignore.

// ['.git', '.sass_cache', …]
const ignoredDirectories = require('ignore-by-default').directories()

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

Версия
1.0.1