feat(tree): add gitignore option to tree
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
2bfaea8d5d
commit
d660175ce9
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ in {
|
|||
sudo = "sudo ";
|
||||
|
||||
ls = "ls -lah --color=auto";
|
||||
tree = "tree -a -I node_modules";
|
||||
tree = "tree -a -I node_modules -I .git --gitignore";
|
||||
cp = "cp -r";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue