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:
Kevin Zhang 2020-06-11 20:52:48 -07:00 committed by GitHub
parent bd70933b6d
commit e2d243c447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/target
target
**/*.rs.bk