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.
1 parent 9a6de64 commit 852a3e3Copy full SHA for 852a3e3
.gitattributes
@@ -1,5 +1,3 @@
1
-examples/* linguist-documentation=false
2
-
3
# We want fancy syntax highlighting on GitHub, though GitHub doesn't know how
4
# to speak Gleam. Until it does (maybe one day!) we'll tell GitHub that these
5
# files are Rust, which has a similar enough syntax for the highlighting to
@@ -11,3 +9,4 @@ examples/* linguist-documentation=false
11
9
12
10
# Erlang files generated by the Gleam compiler
13
*/gen/*/*.erl linguist-generated=true
+/docs/**/* linguist-generated=true
0 commit comments