mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 12:13:25 +00:00
add .cargo/config.toml to .gitignore
This commit is contained in:
parent
fd3706b8de
commit
61b181a699
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,6 +3,7 @@ crates/*/target
|
|||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
.cargo/config
|
||||
.cargo/config.toml
|
||||
/.idea
|
||||
/.vscode
|
||||
/benches/target
|
||||
/benches/target
|
||||
|
|
Loading…
Reference in a new issue