Skip to content

Commit fe34426

Browse files
author
Petr Šrámek
authored
Update .gitattributes
1 parent 3e3f406 commit fe34426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
#*.RTF diff=astextplain
6464

6565
###############################################################################
66-
# exclude docs and nuget folder from repository language detection
66+
# exclude files except those with cs file extension from repository language detection
6767
###############################################################################
6868

69-
docs/* linguist-vendored
70-
nuget/* linguist-vendored
69+
* linguist-vendored
70+
*.cs linguist-vendored=false

0 commit comments

Comments
 (0)