Skip to content

Commit a23b638

Browse files
authored
chore(infra): Add .gitattributes file to repo (#244)
* add fie * added Cargo-component.lock to toml syntax
1 parent f8d2fd0 commit a23b638

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Ensure all text is checked out with Unix EOL
2+
* text=auto eol=lf
3+
4+
# Ensure binary files aren't considered as text
5+
*.wasm binary
6+
7+
# Genrated code from cargo-component
8+
component-model/examples/tutorial/*/src/bindings.rs linguist-generated
9+
10+
Cargo-component.lock linguist-language=toml
11+

0 commit comments

Comments
 (0)