|
| 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 | +# HTML |
| 9 | +*.htm linguist-detectable=false |
| 10 | +*.htm linguist-documentation=false |
| 11 | +*.htm linguist-language=HTML |
| 12 | +*.html linguist-detectable=false |
| 13 | +*.html linguist-documentation=false |
| 14 | +*.html linguist-language=HTML |
| 15 | +*.mhtm linguist-detectable=false |
| 16 | +*.mhtm linguist-documentation=false |
| 17 | +*.mhtm linguist-language=HTML |
| 18 | +*.mhtml linguist-detectable=false |
| 19 | +*.mhtml linguist-documentation=false |
| 20 | +*.mhtm linguist-language=HTML |
| 21 | +*.xhtm linguist-detectable=false |
| 22 | +*.xhtm linguist-documentation=false |
| 23 | +*.xhtm linguist-language=HTML |
| 24 | +*.xhtml linguist-detectable=false |
| 25 | +*.xhtml linguist-documentation=false |
| 26 | +*.xhtm linguist-language=HTML |
| 27 | +# HTML Application |
| 28 | +*.hta linguist-detectable=false |
| 29 | +*.hta linguist-documentation=false |
| 30 | +*.hta linguist-language=HTML |
| 31 | +# Elm |
| 32 | +*.elm linguist-detectable=true |
| 33 | +*.elm linguist-documentation=false |
| 34 | +*.elm linguist-language=Elm |
| 35 | +# Makefile (GNU Make) |
| 36 | +*.mk linguist-detectable=false |
| 37 | +*.mk linguist-documentation=false |
| 38 | +*.mk linguist-language=Makefile |
| 39 | +*.mak linguist-detectable=false |
| 40 | +*.mak linguist-documentation=false |
| 41 | +*.mak linguist-language=Makefile |
| 42 | +*.make linguist-detectable=false |
| 43 | +*.make linguist-documentation=false |
| 44 | +*.make linguist-language=Makefile |
| 45 | +*.makefile linguist-detectable=false |
| 46 | +*.makefile linguist-documentation=false |
| 47 | +*.makefile linguist-language=Makefile |
| 48 | +# YAML |
| 49 | +*.yml linguist-detectable=false |
| 50 | +*.yml linguist-documentation=false |
| 51 | +*.yml linguist-language=YAML |
| 52 | +*.yaml linguist-detectable=false |
| 53 | +*.yaml linguist-documentation=false |
| 54 | +*.yaml linguist-language=YAML |
| 55 | +# ROFF |
| 56 | +*.0 linguist-detectable=false |
| 57 | +*.0 linguist-documentation=false |
| 58 | +*.0 linguist-language=Roff |
| 59 | +*.1 linguist-detectable=false |
| 60 | +*.1 linguist-documentation=false |
| 61 | +*.1 linguist-language=Roff |
| 62 | +*.2 linguist-detectable=false |
| 63 | +*.2 linguist-documentation=false |
| 64 | +*.2 linguist-language=Roff |
| 65 | +*.3 linguist-detectable=false |
| 66 | +*.3 linguist-documentation=false |
| 67 | +*.3 linguist-language=Roff |
| 68 | +# SVG |
| 69 | +*.svg linguist-detectable=false |
| 70 | +*.svg linguist-documentation=false |
| 71 | +*.svg linguist-language=SVG |
| 72 | +# JSON |
| 73 | +*.json linguist-detectable=false |
| 74 | +*.json linguist-documentation=false |
| 75 | +*.json linguist-language=JSON |
| 76 | +# TeX |
| 77 | +*.tex linguist-detectable=false |
| 78 | +*.tex linguist-documentation=false |
| 79 | +*.tex linguist-language=TeX |
| 80 | +# BibTeX |
| 81 | +*.bib linguist-detectable=false |
| 82 | +*.bib linguist-documentation=false |
| 83 | +*.bib linguist-language=BibTeX |
| 84 | +# INI |
| 85 | +*.ini linguist-detectable=false |
| 86 | +*.ini linguist-documentation=false |
| 87 | +*.ini linguist-language=INI |
| 88 | +# Citation FIle Format |
| 89 | +*.cff linguist-detectable=false |
| 90 | +*.cff linguist-documentation=false |
| 91 | +*.cff linguist-language=Citation-File-Format |
| 92 | +# KDE Desktop |
| 93 | +*.desktop linguist-detectable=false |
| 94 | +*.desktop linguist-documentation=false |
| 95 | +*.desktop linguist-language=desktop |
| 96 | +# Plain Text |
| 97 | +*.txt linguist-detectable=false |
| 98 | +*.txt linguist-documentation=false |
| 99 | +*.txt linguist-language=Plain-text |
| 100 | +# ReStructuredText |
| 101 | +*.rst linguist-detectable=false |
| 102 | +*.rst linguist-documentation=false |
| 103 | +*.rst linguist-language=reStructuredText |
| 104 | +# WikiText |
| 105 | +*.wiki linguist-detectable=false |
| 106 | +*.wiki linguist-documentation=false |
| 107 | +*.wiki linguist-language=Wikitext |
| 108 | +# Markdown |
| 109 | +# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other" |
| 110 | +*.md linguist-detectable=false |
| 111 | +*.md linguist-documentation=false |
| 112 | +*.md linguist-language=Markdown |
| 113 | +*.mkd linguist-detectable=false |
| 114 | +*.mkd linguist-documentation=false |
| 115 | +*.mkd linguist-language=Markdown |
| 116 | +*.mdown linguist-detectable=false |
| 117 | +*.mdown linguist-documentation=false |
| 118 | +*.mdown linguist-language=Markdown |
| 119 | +*.markdown linguist-detectable=false |
| 120 | +*.markdown linguist-documentation=false |
| 121 | +*.markdown linguist-language=Markdown |
| 122 | +# URLL |
| 123 | +*.urll linguist-detectable=true |
| 124 | +*.urll linguist-documentation=false |
| 125 | +*.urll linguist-language=URLL |
| 126 | +# URL |
| 127 | +*.url linguist-detectable=false |
| 128 | +*.url linguist-documentation=false |
| 129 | +*.url linguist-language=URL |
| 130 | +# PNG |
| 131 | +*.png linguist-detectable=false |
| 132 | +*.png linguist-documentation=false |
| 133 | +*.png linguist-language=PNG |
| 134 | +# GIF |
| 135 | +*.gif linguist-detectable=false |
| 136 | +*.gif linguist-documentation=false |
| 137 | +*.gif linguist-language=GIF |
| 138 | +# JPG/JPEG |
| 139 | +*.jpg linguist-detectable=false |
| 140 | +*.jpg linguist-documentation=false |
| 141 | +*.jpg linguist-language=JPG |
| 142 | +*.jpeg linguist-detectable=false |
| 143 | +*.jpeg linguist-documentation=false |
| 144 | +*.jpeg linguist-language=JPEG |
| 145 | +# Git |
| 146 | +*.editorconfig linguist-detectable=true |
| 147 | +*.editorconfig linguist-documentation=false |
| 148 | +*.editorconfig linguist-language=Editorconfig |
| 149 | +*.gitattributes linguist-detectable=true |
| 150 | +*.gitattributes linguist-documentation=false |
| 151 | +*.gitattributes linguist-language=Gitattributes |
| 152 | +*.gitignore linguist-detectable=true |
| 153 | +*.gitignore linguist-documentation=false |
| 154 | +*.gitignore linguist-language=Gitignore |
| 155 | +*.gitmodules linguist-detectable=true |
| 156 | +*.gitmodules linguist-documentation=false |
| 157 | +*.gitmodules linguist-language=Gitmodules |
| 158 | +# End of linguist script |
| 159 | +# File info |
| 160 | +# File type: gitattributes file (*.gitattributes) |
| 161 | +# File version: 4 (Thursday, 2022 May 19th at 3:27 pm pst) |
| 162 | +# Line count (including blank lines and compiler line): 164 |
| 163 | +# End of script |
0 commit comments