We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gitattributes
1 parent f8d2fd0 commit a23b638Copy full SHA for a23b638
.gitattributes
@@ -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