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
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
|
# Rust build artifacts
|
||||||
target
|
target
|
||||||
crates/**/target
|
crates/**/target
|
||||||
@ -5,18 +8,15 @@ benches/**/target
|
|||||||
tools/**/target
|
tools/**/target
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
|
# DX12 wgpu backend
|
||||||
|
dxcompiler.dll
|
||||||
|
dxil.dll
|
||||||
|
|
||||||
# Cargo
|
# Cargo
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
.cargo/config
|
.cargo/config
|
||||||
.cargo/config.toml
|
.cargo/config.toml
|
||||||
|
|
||||||
# IDE files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
.zed
|
|
||||||
dxcompiler.dll
|
|
||||||
dxil.dll
|
|
||||||
|
|
||||||
# Bevy Assets
|
# Bevy Assets
|
||||||
assets/**/*.meta
|
assets/**/*.meta
|
||||||
crates/bevy_asset/imported_assets
|
crates/bevy_asset/imported_assets
|
||||||
|
Loading…
Reference in New Issue
Block a user