mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
feat: add support to respect .gitignore files
This commit is contained in:
parent
f91c7a9948
commit
0af35d7149
5 changed files with 158 additions and 18 deletions
1
go.mod
1
go.mod
|
@ -7,6 +7,7 @@ require (
|
|||
github.com/chzyer/readline v1.5.1
|
||||
github.com/denisbrodbeck/machineid v1.0.1
|
||||
github.com/kalafut/imohash v1.0.2
|
||||
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
||||
github.com/schollz/cli/v2 v2.2.1
|
||||
github.com/schollz/logger v1.2.0
|
||||
github.com/schollz/mnemonicode v1.0.2-0.20190421205639-63fa713ece0d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue