Socket
Socket
Sign inDemoInstall

is-ignored

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    is-ignored

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


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
5.94 MB
Created
Weekly downloads
 

Changelog

Source

1.0.0 (2020-05-19)

New Feature
  • check which files in directory are excluded or not excluded in ignore files
  • use patterns for npm and git to check which files should or shouldn't be ignored
  • add or remove files / directories from ignore files

Readme

Source

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

Keywords

FAQs

Last updated on 17 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc