anton-yarchuk
10/11/2019 - 7:21 AM

Build an askii tree of files

tree -d -L 3 -I node_modules
tree -L 3 -I "node_modules|*.test.js|*.model.js"
tree --dirsfirst -a -L 3 -I "node_modules|*.test.js|*.model.js|.idea|.git|.editorconfig"