exclude some files like those under node_modules #763
Answered
by
PThorpe92
o-az
asked this question in
Q&A, Howto, Help
Replies: 2 comments
|
eza supports git so you can pass the |
0 replies
Answer selected by
o-az
|
nevermind. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eza supports git so you can pass the
--git-ignoreflag and seeing thatnode_modulesand other directories like it that you would probably want to ignore are almost always in git repositories, this is probably what you are looking for 👍