https://github.com/kaelzhang/node-ignored-cli
List all files that is ignored by .gitignore
https://github.com/kaelzhang/node-ignored-cli
cli ignored list ls nodejs
Last synced: 3 months ago
JSON representation
List all files that is ignored by .gitignore
- Host: GitHub
- URL: https://github.com/kaelzhang/node-ignored-cli
- Owner: kaelzhang
- License: other
- Created: 2019-02-19T14:15:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T02:29:32.000Z (over 7 years ago)
- Last Synced: 2025-03-25T13:16:17.677Z (over 1 year ago)
- Topics: cli, ignored, list, ls, nodejs
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/kaelzhang/node-ignored-cli)
[](https://codecov.io/gh/kaelzhang/node-ignored-cli)
# ignored-cli
List all files that is ignored by .gitignore
## Install
```sh
$ npm i -g ignored-cli
```
## Usage
```sh
ignored
```
Include `node_modules` directory and subdirectories if ignored:
```sh
ignored --list-node-modules
```
Show help
```sh
ignored -h
```
## License
MIT