|
| 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 | +# YAML |
| 9 | +# Not enough HTML or Markdown to supplement YAML yet, so it is not included |
| 10 | +*.yml linguist-detectable=false |
| 11 | +*.yml linguist-documentation=false |
| 12 | +*.yaml linguist-detectable=false |
| 13 | +*.yaml linguist-documentation=false |
| 14 | +# HTML |
| 15 | +*.htm linguist-detectable=true |
| 16 | +*.htm linguist-documentation=false |
| 17 | +*.html linguist-detectable=true |
| 18 | +*.html linguist-documentation=false |
| 19 | +*.mhtm linguist-detectable=true |
| 20 | +*.mhtm linguist-documentation=false |
| 21 | +*.mhtml linguist-detectable=true |
| 22 | +*.mhtml linguist-documentation=false |
| 23 | +*.xhtm linguist-detectable=true |
| 24 | +*.xhtm linguist-documentation=false |
| 25 | +*.xhtml linguist-detectable=true |
| 26 | +*.xhtml linguist-documentation=false |
| 27 | +# Makefile (GNU Make) |
| 28 | +# Not enough HTML or Markdown to supplement Makefile yet, so it is not included |
| 29 | +*.mk linguist-detectable=false |
| 30 | +*.mk linguist-documentation=false |
| 31 | +# SVG |
| 32 | +# Not enough HTML or Markdown to supplement SVG yet, so it is not included |
| 33 | +*.svg linguist-detectable=false |
| 34 | +*.svg linguist-documentation=false |
| 35 | +# Markdown |
| 36 | +*.md linguist-detectable=true |
| 37 | +*.md linguist-documentation=false |
| 38 | +*.mkd linguist-detectable=true |
| 39 | +*.mkd linguist-documentation=false |
| 40 | +*.markdpwn linguist-detectabletrue |
| 41 | +*.markdown linguist-documentation=false |
| 42 | +# End of linguist script |
| 43 | +# File info |
| 44 | +# File type: gitattributes file (.gitatributes) |
| 45 | +# File version: 1 (Sunday, 2021 September 12th at 6:50 pm) |
| 46 | +# Line count (including blank lines and compiler line): 48 |
| 47 | +# End of script |
0 commit comments