Skip to content

Commit

Permalink
Code Quality: Hide unnecessary languages from GitHub Linguist (#1892)
Browse files Browse the repository at this point in the history
* Hide C from Linguist

Whack!

* Hide Windows Command Processor from Linguist

Whack! Double points!

* Hide PowerShell from Linguist

THWACK!!! CRITICAL HIT!!
High score: 5 languages hit

* Bonus round: Hide Roff

Bonus round! 4 points for a total of 9 points! Well done, play again!

* Update .gitattributes to latest proposal
  • Loading branch information
Lamparter authored Feb 6, 2025
1 parent 1586538 commit 3f31f45
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ tests/suite/file_without_BOM.txt -text
# Do not normalize on commit.
*.pdf -text

*.pck linguist-detectable=false
*.html linguist-documentation=true
# Hide certain languages from GitHub Linguist
* linguist-detectable=false
*.cs linguist-detectable
*.py linguist-detectable
src/core/IronPython.StdLib/lib/** linguist-vendored

0 comments on commit 3f31f45

Please sign in to comment.