···1+; Engine configuration file.
2+; It's best edited using the editor UI and not directly,
3+; since the parameters that go here are not all obvious.
4+;
5+; Format:
6+; [section] ; section goes between []
7+; param=value ; assign values to parameters
8+9+config_version=5
10+11+[animation]
12+13+compatibility/default_parent_skeleton_in_mesh_instance_3d=true
14+15+[application]
16+17+config/name="Triangular Viking"
18+run/main_scene="uid://bpwlvy88e7ha5"
19+config/features=PackedStringArray("4.6", "Forward Plus")
20+21+[physics]
22+23+3d/physics_engine="Jolt Physics"
24+25+[rendering]
26+27+rendering_device/driver.windows="d3d12"
···1+# Created by https://www.toptal.com/developers/gitignore/api/rust
2+# Edit at https://www.toptal.com/developers/gitignore?templates=rust
3+4+### Rust ###
5+# Generated by Cargo
6+# will have compiled files and executables
7+debug/
8+target/
9+10+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
11+# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
12+Cargo.lock
13+14+# These are backup files generated by rustfmt
15+**/*.rs.bk
16+17+# MSVC Windows builds of rustc generate these, which store debugging information
18+*.pdb
19+20+# End of https://www.toptal.com/developers/gitignore/api/rust