Add target directory for sub-crates to gitignore (#372)

This commit is contained in:
Xavientois 2020-08-27 15:26:00 -04:00 committed by GitHub
parent 421783c592
commit 63fd4ae333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
/target
crates/*/target
**/*.rs.bk
Cargo.lock
.cargo/config