修復 github 項目的語言屬性

issue

Laravel 開源電商項目源碼 被 github 判斷認爲是 HTML 項目,可是實際項目並無 html 代碼。css

issue

這就尷尬了,只有默默的經過 google 搜索 github change project type 發現這篇文章:How to Change Repo Language in GitHubhtml

簡單來講只要在項目根目錄下添加 .gitattributes 文件,而後經過設置相關目錄或者類型文件標記爲相關語言便可。git

gitattributes

支持的屬性語法以下:github

  • linguist-documentation
  • linguist-language
  • linguist-vendored
  • linguist-generated
  • linguist-detectable

usage

*.css linguist-vendored
*.js linguist-language=Vue
modules/* linguist-language=PHP

resources

github/linguistapi

相關文章
相關標籤/搜索