bevy/.gitignore
Alice Cecile a1f4e56610
Newline
Co-authored-by: jf908 <jf908@users.noreply.github.com>
2025-05-22 11:52:03 -04:00

36 lines
763 B
Plaintext

# 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
.http-asset-cache
# 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