GiitHub 창고의 언어 비율
2530 단어 GitHub
각 언어를 클릭한 후 목록 표시
업데이트 시기
기본 브런치
https://help.github.com/articles/about-repository-languages/
Language statistics will update after you push changes to your default branch
이후 설명한 대로 자체 제작 규칙이나 파일의 이동이 반영되었는지 확인하는 경우기본 지점만 전환해서 반영되지 않도록 주의하십시오
무엇보다도
Linguist라는 OSS에서 측정된 OSS는 Giithub
List languages
API를 두드리고 있음https://github.com/github/linguist
List Language
의 규격에 쓰여 있는데, 여기에 표시된 언어의 비율은 바이트비이다https://developer.github.com/v3/repos/#list-languages
The value on the right of a language is the number of bytes of code written in that language.
자바에서 Kotlin으로 바꿀 때 등을 목표로 하지만 자바에 비해 Kotlin의 코드량이 적어도 되기 때문에 진전에 비해 가로대가 길어지지 않을 때가 있다대상 디렉토리
잡음으로 인해 예상치 못한 언어가 혼합된 경우, Linguist의 문서처럼 원래 배제된 디렉터리에 저장되거나, 스스로 규칙을 기술한다
If you see files that you didn't write, consider moving the files into one of the paths for vendored code, or use the manual overrides feature to ignore them.
제외된 디렉토리https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml
창고 경로
.gitattributes
에서 규칙을 기술하다https://github.com/github/linguist#overrides
인용하다
Reference
이 문제에 관하여(GiitHub 창고의 언어 비율), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/litwic/items/975b0d6ad3ffd1afeca3텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)