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