|
| 1 | +# Start of script |
| 2 | +# .gitattributes |
| 3 | +# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project. |
| 4 | +# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file |
| 5 | +# .gitattributes |
| 6 | +# and nothing else, no characters before, no characters after |
| 7 | +# Start of linguist script |
| 8 | +*.htm linguist-detectable=true |
| 9 | +*.htm linguist-documentation=false |
| 10 | +*.html linguist-detectable=true |
| 11 | +*.html linguist-documentation=false |
| 12 | +# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to |
| 13 | +*.yml linguist-detectable=false |
| 14 | +*.yml linguist-documentation=false |
| 15 | +*.yaml linguist-detectable=false |
| 16 | +*.yaml linguist-documentation=false |
| 17 | +# Python |
| 18 | +*.py linguist-detectable=true |
| 19 | +*.py linguist-documentation=false |
| 20 | +# Microsoft Q# |
| 21 | +*.qs linguist-detectable=true |
| 22 | +*.qs linguist-documentation=false |
| 23 | +# BASH (Shell, sh) |
| 24 | +*.sh linguist-detectable=true |
| 25 | +*.sh linguist-documentation=false |
| 26 | +# Markdown |
| 27 | +# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other" |
| 28 | +*.md linguist-detectable=false |
| 29 | +*.md linguist-documentation=false |
| 30 | +*.mkd linguist-detectable=false |
| 31 | +*.mkd linguist-documentation=false |
| 32 | +*.markdown linguist-detectable=false |
| 33 | +*.markdown linguist-documentation=false |
| 34 | +# Makefile (GNU Make) |
| 35 | +# Do not include, as it is not needed to be shown |
| 36 | +*.mk linguist-detectable=false |
| 37 | +*.mk linguist-documentation=false |
| 38 | +# End of linguist script |
| 39 | +# File info |
| 40 | +# File type: .gitattributes file |
| 41 | +# File version: 1 (Friday, 2021 September 3rd at 8:20 pm) |
| 42 | +# Line count (including blank lines and compiler line): 44 |
| 43 | +# End of script |
0 commit comments