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 d2d2417 commit 2102853Copy full SHA for 2102853
.gitattributes
@@ -46,15 +46,7 @@ tests/suite/file_without_BOM.txt -text
46
*.pdf -text
47
48
# Hide certain languages from GitHub Linguist
49
-*.pck linguist-detectable=false
50
-*.c linguist-detectable=false
51
-
52
-*.bat linguist-detectable=false
53
-*.cmd linguist-detectable=false
54
-*.ps1 linguist-detectable=false
55
-*.1 linguist-detectable=false
56
-*.2 linguist-detectable=false
57
-*.3 linguist-detectable=false
58
-*.4 linguist-detectable=false
59
60
-*.html linguist-documentation=true
+* linguist-detectable=false
+*.cs linguist-detectable
+*.py linguist-detectable
+src/core/IronPython.StdLib/lib/** linguist-vendored
0 commit comments