Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ tree -L 2 -d -fi -N


2 depth, 특정 폴더 제외

Note

tests와 node_moduels 폴더 제외

Code Block
$ tree -N -L 2 -d -I "node_modules|tests"

...