|
5 | 5 | # .gitattributes
|
6 | 6 | # and nothing else, no characters before, no characters after
|
7 | 7 | # Start of linguist script
|
8 |
| -# HTML (Duplicate, as it is already detected by GitHub Linguist by default) |
| 8 | +# HTML (HyperText Markup Language) document |
9 | 9 | *.htm linguist-detectable=true
|
10 | 10 | *.htm linguist-documentation=false
|
| 11 | +*.htm linguist-language=HTML |
11 | 12 | *.html linguist-detectable=true
|
12 | 13 | *.html linguist-documentation=false
|
| 14 | +*.html linguist-language=HTML |
| 15 | +*.mhtm linguist-detectable=true |
| 16 | +*.mhtm linguist-documentation=false |
| 17 | +*.mhtm linguist-language=HTML |
| 18 | +*.mhtml linguist-detectable=true |
| 19 | +*.mhtml linguist-documentation=false |
| 20 | +*.mhtml linguist-language=HTML |
| 21 | +*.xhtm linguist-detectable=true |
| 22 | +*.xhtm linguist-documentation=false |
| 23 | +*.xhtm linguist-language=HTML |
| 24 | +*.xhtml linguist-detectable=true |
| 25 | +*.xhtml linguist-documentation=false |
| 26 | +*.xhtml linguist-language=HTML |
| 27 | +# HTA (HTML Application) file |
| 28 | +*.hta linguist-detectable=true |
| 29 | +*.hta linguist-documentation=false |
| 30 | +*.hta linguist-language=HTML |
| 31 | +# CSS (Cascade Styling Sheets) stylesheet file |
| 32 | +*.css linguist-detectable=true |
| 33 | +*.css linguist-documentation=false |
| 34 | +*.css linguist-language=CSS |
| 35 | +# BrighterScript source file |
| 36 | +*.brs linguist-detectable=true |
| 37 | +*.brs linguist-documentation=false |
| 38 | +*.brs linguist-language=BrighterScript |
| 39 | +# JSON (JavaScript Object Notation) source file |
| 40 | +*.json linguist-detectable=false |
| 41 | +*.json linguist-documentation=false |
| 42 | +*.json linguist-language=JSON |
| 43 | +# YAML (YAML Ain't Markup Language) document |
13 | 44 | # Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
|
14 | 45 | *.yml linguist-detectable=false
|
15 | 46 | *.yml linguist-documentation=false
|
| 47 | +*.yml linguist-language=YAML |
16 | 48 | *.yaml linguist-detectable=false
|
17 | 49 | *.yaml linguist-documentation=false
|
| 50 | +*.yaml linguist-language=YAML |
18 | 51 | # Markdown
|
19 | 52 | # Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
|
20 | 53 | *.md linguist-detectable=false
|
21 | 54 | *.md linguist-documentation=false
|
| 55 | +*.md linguist-language=Markdown |
| 56 | +*.mkd linguist-detectable=false |
| 57 | +*.mkd linguist-documentation=false |
| 58 | +*.mkd linguist-language=Markdown |
| 59 | +*.mdown linguist-detectable=false |
| 60 | +*.mdown linguist-documentation=false |
| 61 | +*.mdown linguist-language=Markdown |
| 62 | +*.markdown linguist-detectable=false |
| 63 | +*.markdown linguist-documentation=false |
| 64 | +*.markdown linguist-language=Markdown |
22 | 65 | # Makefile (GNU Make)
|
23 | 66 | # Do not include, as it is not needed to be shown
|
24 | 67 | *.mk linguist-detectable=false
|
25 | 68 | *.mk linguist-documentation=false
|
| 69 | +*.mk linguist-language=Makefile |
| 70 | +*.mak linguist-detectable=false |
| 71 | +*.mak linguist-documentation=false |
| 72 | +*.mak linguist-language=Makefile |
| 73 | +*.make linguist-detectable=false |
| 74 | +*.make linguist-documentation=false |
| 75 | +*.make linguist-language=Makefile |
| 76 | +*.makefile linguist-detectable=false |
| 77 | +*.makefile linguist-documentation=false |
| 78 | +*.makefile linguist-language=Makefile |
| 79 | +# SVG (Scalable Vector Graphics) image file |
| 80 | +# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other" |
| 81 | +*.svg linguist-detectable=false |
| 82 | +*.svg linguist-documentation=false |
| 83 | +*.svg linguist-language=SVG |
| 84 | +# Git Configuration files |
| 85 | +# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other" |
| 86 | +*.gitattributes linguist-detectable=false |
| 87 | +*.gitattributes linguist-documentation=false |
| 88 | +*.gitignore linguist-detectable=false |
| 89 | +*.gitignore linguist-documentation=false |
| 90 | +*.editorconfig linguist-detectable=false |
| 91 | +*.editorconfig linguist-documentation=false |
| 92 | +# Plain Text document |
| 93 | +# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other" |
| 94 | +*.txt linguist-detectable=false |
| 95 | +*.txt linguist-documentation=false |
| 96 | +*.txt linguist-language=Plain-Text |
| 97 | +# ReStructuredText |
| 98 | +*.rst linguist-detectable=false |
| 99 | +*.rst linguist-documentation=false |
| 100 | +*.rst linguist-language=ReStructured-Text |
| 101 | +# WikiText |
| 102 | +*.wiki linguist-detectable=false |
| 103 | +*.wiki linguist-documentation=false |
| 104 | +*.wiki linguist-language=WikiText |
| 105 | +# BibTeX |
| 106 | +*.bib linguist-detectable=false |
| 107 | +*.bib linguist-documentation=false |
| 108 | +*.bib linguist-language=BibTeX |
| 109 | +# TeX |
| 110 | +*.tex linguist-detectable=false |
| 111 | +*.tex linguist-documentation=false |
| 112 | +*.tex linguist-language=TeX |
| 113 | +# Desktop entry |
| 114 | +*.desktop linguist-detectable=false |
| 115 | +*.desktop linguist-documentation=false |
| 116 | +*.desktop linguist-language=desktop |
| 117 | +# INI/CFG |
| 118 | +*.ini linguist-detectable=false |
| 119 | +*.ini linguist-documentation=false |
| 120 | +*.ini linguist-language=INI |
| 121 | +*.cfg linguist-detectable=false |
| 122 | +*.cfg linguist-documentation=false |
| 123 | +*.cfg linguist-language=INI |
| 124 | +# CFF |
| 125 | +*.cff linguist-detectable=false |
| 126 | +*.cff linguist-documentation=false |
| 127 | +*.cff linguist-language=Citation-File-Format |
| 128 | +# PNG/PNS |
| 129 | +*.png linguist-detectable=false |
| 130 | +*.png linguist-documentation=false |
| 131 | +*.png linguist-language=PNG |
| 132 | +*.pns linguist-detectable=false |
| 133 | +*.pns linguist-documentation=false |
| 134 | +*.pns linguist-language=PNG |
| 135 | +# JPG/JPEG/JFIF/JIF |
| 136 | +*.jpg linguist-detectable=false |
| 137 | +*.jpg linguist-documentation=false |
| 138 | +*.jpg linguist-language=JPEG |
| 139 | +*.jpeg linguist-detectable=false |
| 140 | +*.jpeg linguist-documentation=false |
| 141 | +*.jpeg linguist-language=JPEG |
| 142 | +*.jfif linguist-detectable=false |
| 143 | +*.jfif linguist-documentation=false |
| 144 | +*.jfif linguist-language=JPEG |
| 145 | +*.jif linguist-detectable=false |
| 146 | +*.jif linguist-documentation=false |
| 147 | +*.jif linguist-language=JPEG |
| 148 | +# JP2 (JPEG 2000) |
| 149 | +*.jp2 linguist-detectable=false |
| 150 | +*.jp2 linguist-documentation=false |
| 151 | +*.jp2 linguist-language=JPEG-2000 |
| 152 | +# GIF |
| 153 | +*.gif linguist-detectable=false |
| 154 | +*.gif linguist-documentation=false |
| 155 | +*.gif linguist-language=GIF |
| 156 | +# Roff |
| 157 | +# Does not need to be discluded |
| 158 | +# *.0 linguist-detectable=false |
| 159 | +# *.0 linguist-documentation=false |
| 160 | +# *.0 linguist-language=Roff |
| 161 | +# *.1 linguist-detectable=false |
| 162 | +# *.1 linguist-documentation=false |
| 163 | +# *.1 linguist-language=Roff |
| 164 | +# *.2 linguist-detectable=false |
| 165 | +# *.2 linguist-documentation=false |
| 166 | +# *.2 linguist-language=Roff |
| 167 | +# *.3 linguist-detectable=false |
| 168 | +# *.3 linguist-documentation=false |
| 169 | +# *.3 linguist-language=Roff |
| 170 | +# *.roff linguist-detectable=false |
| 171 | +# *.roff linguist-documentation=false |
| 172 | +# *.roff linguist-language=Roff |
| 173 | + |
26 | 174 | # End of linguist script
|
| 175 | + |
27 | 176 | # File info
|
28 |
| -# File type: .gitattributes file |
29 |
| -# File version: 1 (Monday, 2021 August 23rd at 4:17 pm) |
30 |
| -# Line count (including blank lines and compiler line): 32 |
| 177 | +# File type: gitattributes file (*.gitattributes) |
| 178 | +# File version: 2 (2022, Saturday, November 26th at 2:48 pm PST) |
| 179 | +# Line count (including blank lines and compiler line): 182 |
| 180 | + |
31 | 181 | # End of script
|
0 commit comments