mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
035fb78d6c
# Objective The `target` directory in `/tools/compile_fail_utils` was not being ignored by Git. ## Solution Added `/tools/compile_fail_utils/target` to the root `.gitignore` in the same spirit as the other top-level, workspace-excluded crate: `benches`.
25 lines
446 B
Text
25 lines
446 B
Text
/target
|
|
crates/*/target
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
.cargo/config
|
|
.cargo/config.toml
|
|
/.idea
|
|
/.vscode
|
|
/benches/target
|
|
/tools/compile_fail_utils/target
|
|
dxcompiler.dll
|
|
dxil.dll
|
|
|
|
# Generated by "examples/scene/scene.rs"
|
|
assets/scenes/load_scene_example-new.scn.ron
|
|
|
|
# Generated by "examples/window/screenshot.rs"
|
|
**/screenshot-*.png
|
|
|
|
assets/**/*.meta
|
|
crates/bevy_asset/imported_assets
|
|
imported_assets
|
|
|
|
example_showcase_config.ron
|
|
example-showcase-reports/
|