1.0.0 • Published 4 years ago

is-ignored v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Is ignored

NPM version NPM downloads

About

Check which files and directories in project are ignored for different platforms

How to Install

First, install the CLI by npm:

$ npm install -g is-ignored

Commands

Display ignored & not ignored files

$ is-ignored check <config> <dir>

Ignore files and directories in config

$ is-ignored ignore <config> <files>

Unignore files and directories in config

$ is-ignored unignore <config> <files>

Instead of is-ignored you can use alias: ii

License

This project is licensed under the MIT License © 2020-present Jakub Biesiada