feat(tree): add gitignore option to tree
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-16 09:39:04 -05:00
parent 2bfaea8d5d
commit d660175ce9

View file

@ -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";
};