We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e347170 commit 2ab6550Copy full SHA for 2ab6550
doc/user/project/repository/index.md
@@ -166,7 +166,11 @@ minutes.
166

167
168
Not all files are detected, among others; documentation,
169
-vendored code, and most markup languages are excluded.
+vendored code, and most markup languages are excluded. This behaviour can be
170
+adjusted by overriding the default. For example, to enable `.proto` files to be
171
+detected, add the following to `.gitattributes` in the root of your repository.
172
+
173
+> *.proto linguist-detectable=true
174
175
## Compare
176
0 commit comments