We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bca2507 + 2ab6550 commit 6b74baeCopy full SHA for 6b74bae
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