ignore-by-default

WebJar for ignore-by-default

License

License

ISC
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

ignore-by-default
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

ignore-by-default
WebJar for ignore-by-default
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download ignore-by-default

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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()

Versions

Version
1.0.1