-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hello, is there have any parameter for distinction keep node_modules or hide it.
When i run tree -I "node_modules" i got a result as below:
my-directory
├── assets
│ └── a.png
├── index.js
├── package-lock.json
├── package.json
├── readme.md
└── test.js
The result i want(i want to keep itself when i add a ignore directory):
my-directory
├── node_modules
├── assets
│ └── a.png
├── index.js
├── package-lock.json
├── package.json
├── readme.md
└── test.js
Metadata
Metadata
Assignees
Labels
No labels