|
28 | 28 | *.hta linguist-detectable=true
|
29 | 29 | *.hta linguist-documentation=false
|
30 | 30 | *.hta linguist-language=HTML
|
| 31 | +# C source file |
| 32 | +*.c linguist-detectable=true |
| 33 | +*.c linguist-documentation=false |
| 34 | +*.c linguist-language=C |
| 35 | +# C header source file |
| 36 | +*.h linguist-detectable=true |
| 37 | +*.h linguist-documentation=false |
| 38 | +*.h linguist-language=C |
| 39 | +# Rust source file |
| 40 | +*.rs linguist-detectable=true |
| 41 | +*.rs linguist-documentation=false |
| 42 | +*.rs linguist-language=C |
| 43 | +# D source source file |
| 44 | +*.d linguist-detectable=true |
| 45 | +*.d linguist-documentation=false |
| 46 | +*.d linguist-language=D |
| 47 | +# PHP source source file |
| 48 | +*.php linguist-detectable=true |
| 49 | +*.php linguist-documentation=false |
| 50 | +*.php linguist-language=PHP |
| 51 | +# CSS (Cascade Styling Sheets) stylesheet file |
| 52 | +*.css linguist-detectable=true |
| 53 | +*.css linguist-documentation=false |
| 54 | +*.css linguist-language=CSS |
31 | 55 | # CSS (Cascade Styling Sheets) stylesheet file
|
32 | 56 | *.css linguist-detectable=true
|
33 | 57 | *.css linguist-documentation=false
|
|
161 | 185 | *.gif linguist-detectable=false
|
162 | 186 | *.gif linguist-documentation=false
|
163 | 187 | *.gif linguist-language=GIF
|
| 188 | + |
164 | 189 | # End of linguist script
|
165 | 190 |
|
166 | 191 | # File info
|
167 |
| -# File type: gitattributes file (.gitattributes) |
168 |
| -# File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST) |
169 |
| -# Line count (including blank lines and compiler line): 171 |
| 192 | + |
| 193 | +# File type: gitattributes file (*.gitattributes) |
| 194 | +# File version: 5 (2024, Monday, January 8th at 10:14 pm PST) |
| 195 | +# Line count (including blank lines and compiler line): 198 |
| 196 | + |
170 | 197 | # End of script
|
0 commit comments