mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
.gitattributes: rig the count
This is a dishonest change that classifies our completion scripts as a type of documentation, which should prevent share/completions contributing to the language breakdown as shell scripts. Goal here is for fish-shell to be classified C++ on GitHub. Prior to commit: Shell 57.1% C++ 38.3% Python 3.0% CMake 0.7% JavaScript 0.4% HTML 0.2% Other 0.3%
This commit is contained in:
parent
5e8c9de631
commit
70f2899fcd
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -30,3 +30,4 @@ doc_src/** linguist-documentation
|
|||
*.fish linguist-language=fish
|
||||
src/*.h linguist-language=c++
|
||||
src/builtins/*.h linguist-language=c++
|
||||
share/completions/*.fish linguist-documentation
|
||||
|
|
Loading…
Reference in a new issue