1
0
Fork 0
mirror of https://github.com/archtechx/todo-system.git synced 2025-12-12 00:54:03 +00:00

recursively scan .gitignore files for excludes

This commit is contained in:
Samuel Štancl 2023-11-24 03:23:48 +01:00
parent a346a61c7c
commit dcbb07ac46
4 changed files with 38 additions and 4 deletions

View file

@ -9,4 +9,5 @@ description = "An intuitive system for organizing TODOs in code"
[dependencies]
clap = { version = "4.4.8", features = ["derive"] }
glob = "0.3.1"
termcolor = "1.4.0"