Remove the / before target can help ignore build files
Besides /target, there are many target folders inside examples. Please change /target to target so that those build files can be ignored by github
This commit is contained in:
parent
bd70933b6d
commit
e2d243c447
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/target
|
||||
target
|
||||
**/*.rs.bk
|
||||
|
Loading…
Reference in New Issue
Block a user