mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04: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
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
/target
|
||||
crates/*/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
.cargo/config
|
||||
/.idea
|
||||
/.vscode
|
||||
/.vscode
|
||||
|
|
Loading…
Reference in a new issue