mirror of
https://github.com/bevyengine/bevy
synced 2025-02-01 23:03:28 +00:00
2c9950fcf8
Remove gitignores for IDE files, recommend how to set up local gitignore.
33 lines
729 B
Text
33 lines
729 B
Text
# 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
|
|
|
|
# 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
|