Skip to content

Commit

Permalink
chore(juetfile): add tree recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadgad committed Dec 15, 2024
1 parent 4781769 commit 68d26d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,9 @@ man:
man-gz: man
gzip target/manpages/* -k

# List unignored files using tree
tree:
tree --gitignore

# Clean cache
mod clean 'justmodules/clean.just'

0 comments on commit 68d26d4

Please sign in to comment.