mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
Add target directory for sub-crates to gitignore (#372)
This commit is contained in:
parent
421783c592
commit
63fd4ae333
1 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
/target
|
/target
|
||||||
|
crates/*/target
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
.cargo/config
|
.cargo/config
|
||||||
|
|
Loading…
Add table
Reference in a new issue