mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Add .vscode to gitignore file (#347)
This commit is contained in:
parent
034b5876aa
commit
9413915e97
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@
|
|||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
.cargo/config
|
||||
/.idea
|
||||
/.idea
|
||||
/.vscode
|
Loading…
Reference in a new issue