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 3e3f406 commit fe34426Copy full SHA for fe34426
.gitattributes
@@ -63,8 +63,8 @@
63
#*.RTF diff=astextplain
64
65
###############################################################################
66
-# exclude docs and nuget folder from repository language detection
+# exclude files except those with cs file extension from repository language detection
67
68
69
-docs/* linguist-vendored
70
-nuget/* linguist-vendored
+* linguist-vendored
+*.cs linguist-vendored=false
0 commit comments