ignore : Ignore is a manager and filter for .gitignore rules.. You can installing ignore npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ignore $ sudo npm install -g ignore
If want to update the ignore package execute the command as below,
$ sudo npm update ignore
Update package globally,
$ npm install -g ignore
$ sudo git clone https://github.com/rektide/ignore.git
$ sudo npm install -g ./ignore
ignore@3.3.7 /usr/lib/node_modules/ignore
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ignore
Package Name | ignore |
Version | 3.3.7 |
Description | Ignore is a manager and filter for .gitignore rules. |
Released Date | 2017-10-26T14:00:54.429Z |
Published by | kael |
How to Learn | https://www.npmjs.com/package/ignore/tutorial |