make sure no target folder can be committed
This commit is contained in:
parent
e1a8c17a2f
commit
1b7ee0f281
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
/target
|
/target
|
||||||
example/target
|
*/target
|
||||||
example/**/*.rs.bk
|
example/**/*.rs.bk
|
||||||
example/Cargo.lock
|
example/Cargo.lock
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
Loading…
Reference in a new issue