Ignore screenshots generated by screenshot example (#11797)

# Objective

The screenshots generated by the `screenshot` example need to be removed
manually before commiting changes.

## Solution

`.gitignore` the screenshots generated by the `screenshot` example. I
also added the `**/` prefix so the screenshots get ignored regardless of
whether of where the example is run from.
This commit is contained in:
Doonv 2024-02-09 22:13:28 +02:00 committed by GitHub
parent f4dab8a4e8
commit 0ebba278f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.gitignore vendored
View file

@ -13,6 +13,9 @@ 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