···11+; Engine configuration file.
22+; It's best edited using the editor UI and not directly,
33+; since the parameters that go here are not all obvious.
44+;
55+; Format:
66+; [section] ; section goes between []
77+; param=value ; assign values to parameters
88+99+config_version=5
1010+1111+[animation]
1212+1313+compatibility/default_parent_skeleton_in_mesh_instance_3d=true
1414+1515+[application]
1616+1717+config/name="Triangular Viking"
1818+run/main_scene="uid://bpwlvy88e7ha5"
1919+config/features=PackedStringArray("4.6", "Forward Plus")
2020+2121+[physics]
2222+2323+3d/physics_engine="Jolt Physics"
2424+2525+[rendering]
2626+2727+rendering_device/driver.windows="d3d12"
···11+# Created by https://www.toptal.com/developers/gitignore/api/rust
22+# Edit at https://www.toptal.com/developers/gitignore?templates=rust
33+44+### Rust ###
55+# Generated by Cargo
66+# will have compiled files and executables
77+debug/
88+target/
99+1010+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
1111+# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
1212+Cargo.lock
1313+1414+# These are backup files generated by rustfmt
1515+**/*.rs.bk
1616+1717+# MSVC Windows builds of rustc generate these, which store debugging information
1818+*.pdb
1919+2020+# End of https://www.toptal.com/developers/gitignore/api/rust