mirror of
https://github.com/bevyengine/bevy
synced 2025-03-09 01:37:25 +00:00
Remove IDE gitignores (#17603)
Remove gitignores for IDE files, recommend how to set up local gitignore.
This commit is contained in:
parent
6bda03cc08
commit
2c9950fcf8
1 changed files with 7 additions and 7 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
# If your IDE needs additional project specific files, configure git to ignore them:
|
||||
# https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
|
||||
|
||||
# Rust build artifacts
|
||||
target
|
||||
crates/**/target
|
||||
|
@ -5,18 +8,15 @@ benches/**/target
|
|||
tools/**/target
|
||||
**/*.rs.bk
|
||||
|
||||
# DX12 wgpu backend
|
||||
dxcompiler.dll
|
||||
dxil.dll
|
||||
|
||||
# Cargo
|
||||
Cargo.lock
|
||||
.cargo/config
|
||||
.cargo/config.toml
|
||||
|
||||
# IDE files
|
||||
.idea
|
||||
.vscode
|
||||
.zed
|
||||
dxcompiler.dll
|
||||
dxil.dll
|
||||
|
||||
# Bevy Assets
|
||||
assets/**/*.meta
|
||||
crates/bevy_asset/imported_assets
|
||||
|
|
Loading…
Add table
Reference in a new issue