exclude some files like those under node_modules #763
Answered
by
PThorpe92
o-az
asked this question in
Q&A, Howto, Help
-
|
how to? |
Beta Was this translation helpful? Give feedback.
Answered by
PThorpe92
Jan 5, 2024
Replies: 1 comment
-
|
eza supports git so you can pass the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
o-az
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 👍