From a23b6383359e0bcf997f5a578406b825287869c8 Mon Sep 17 00:00:00 2001 From: Mikhail Katychev Date: Mon, 12 May 2025 10:49:32 -0500 Subject: [PATCH] chore(infra): Add `.gitattributes` file to repo (#244) * add fie * added Cargo-component.lock to toml syntax --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c87cd58 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Ensure all text is checked out with Unix EOL +* text=auto eol=lf + +# Ensure binary files aren't considered as text +*.wasm binary + +# Genrated code from cargo-component +component-model/examples/tutorial/*/src/bindings.rs linguist-generated + +Cargo-component.lock linguist-language=toml +