fix: ignore the cargo dir
Signed-off-by: Brendan Golden <git_laptop@brendan.ie>
This commit is contained in:
parent
4855748866
commit
9924b2a2e8
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
/target
|
||||
/.cargo
|
||||
/.idea
|
||||
.env
|
||||
*.env
|
||||
|
@ -10,4 +11,4 @@ result
|
|||
|
||||
tmp/
|
||||
tmp.*
|
||||
*.csv
|
||||
*.csv
|
||||
|
|
Loading…
Reference in a new issue