/ moubarak.eu / node_modules / ignore-by-default /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]package.json2 years ago775 2324c9f added npm start script [كارل مبارك]
[   ]index.js2 years ago614 8b8b68d rm everythin MOTD related [كارل مبارك]
[TXT]README.md2 years ago680 9b1f1b9 rm old utils [كارل مبارك]
[   ]LICENSE2 years ago748  
README.md

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 --save 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', …]
var ignoredDirectories = require('ignore-by-default').directories()
Apache/2.4.38 (Debian) Server at www.karls.computer Port 80