Skip to content

Commit

Permalink
Remove IDE gitignores (#17603)
Browse files Browse the repository at this point in the history
Remove gitignores for IDE files, recommend how to set up local
gitignore.
  • Loading branch information
SpecificProtagonist authored Jan 30, 2025
1 parent 6bda03c commit 2c9950f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# 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
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
Expand Down

0 comments on commit 2c9950f

Please sign in to comment.