# 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
rustc-ice-*.txt

# DX12 wgpu backend
dxcompiler.dll
dxil.dll

# Cargo
Cargo.lock
.cargo/config
.cargo/config.toml

# Bevy Assets
assets/**/*.meta
crates/bevy_asset/imported_assets
imported_assets

# Bevy Examples
example_showcase_config.ron
example-showcase-reports/

# Generated by "examples/scene/scene.rs"
assets/scenes/load_scene_example-new.scn.ron

# Generated by "examples/window/screenshot.rs"
**/screenshot-*.png