feat: add ability to use gitignore to exclude obj

This commit is contained in:
2021-07-09 23:19:27 -04:00
parent 0e77136f14
commit 8182c82a86
2 changed files with 35 additions and 13 deletions

View File

@@ -6,4 +6,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
colored = "2.0.0"
colored = "2.0.0"
gitignore = "1.0.7"