exa
exa copied to clipboard
--[recursive|tree]-ignore=GLOB
Allow me to ignore certain globs for recursion, but still showing them. Example:
exa --tree --level=2 --tree-ignore="node_modules|.git|vendor"
``
I think this would be useful to macOS users, esp. for .DS_Store
This would be great. On Macos --git-ignore does not ignore my node_modules folder even though it is correctly in my .gitignore file.