|
32 | 32 | *.css linguist-detectable=true
|
33 | 33 | *.css linguist-documentation=false
|
34 | 34 | *.css linguist-language=CSS
|
| 35 | +# R source file |
| 36 | +*.r linguist-detectable=true |
| 37 | +*.r linguist-documentation=false |
| 38 | +*.r linguist-language=R |
| 39 | +*.rdata linguist-detectable=true |
| 40 | +*.rdata linguist-documentation=false |
| 41 | +*.rdata linguist-language=R |
| 42 | +*.rda linguist-detectable=true |
| 43 | +*.rda linguist-documentation=false |
| 44 | +*.rda linguist-language=R |
| 45 | +*.rds linguist-detectable=true |
| 46 | +*.rds linguist-documentation=false |
| 47 | +*.rds linguist-language=R |
| 48 | +# RMarkdown source file |
| 49 | +*.Rmd linguist-detectable=true |
| 50 | +*.Rmd linguist-documentation=false |
| 51 | +*.Rmd linguist-language=RMarkdown |
| 52 | +# Java Server Pages source file |
| 53 | +*.jsp linguist-detectable=true |
| 54 | +*.jsp linguist-documentation=false |
| 55 | +*.jsp linguist-language=Java-Server-Pages |
| 56 | +*.jspf linguist-detectable=true |
| 57 | +*.jspf linguist-documentation=false |
| 58 | +*.jspf linguist-language=Java-Server-Pages |
| 59 | +*.jspx linguist-detectable=true |
| 60 | +*.jspx linguist-documentation=false |
| 61 | +*.jspx linguist-language=Java-Server-Pages |
| 62 | +# Makefile (GNU Make) |
| 63 | +*.mk linguist-detectable=true |
| 64 | +*.mk linguist-documentation=false |
| 65 | +*.mk linguist-language=Makefile |
| 66 | +*.mak linguist-detectable=true |
| 67 | +*.mak linguist-documentation=false |
| 68 | +*.mak linguist-language=Makefile |
| 69 | +*.make linguist-detectable=true |
| 70 | +*.make linguist-documentation=false |
| 71 | +*.make linguist-language=Makefile |
| 72 | +*.makefile linguist-detectable=true |
| 73 | +*.makefile linguist-documentation=false |
| 74 | +*.makefile linguist-language=Makefile |
35 | 75 | # Less stylesheet file
|
36 | 76 | *.less linguist-detectable=true
|
37 | 77 | *.less linguist-documentation=false
|
|
70 | 110 | *.markdown linguist-detectable=false
|
71 | 111 | *.markdown linguist-documentation=false
|
72 | 112 | *.markdown linguist-language=Markdown
|
73 |
| -# Makefile (GNU Make) |
74 |
| -# Do not include, as it is not needed to be shown |
75 |
| -*.mk linguist-detectable=false |
76 |
| -*.mk linguist-documentation=false |
77 |
| -*.mk linguist-language=Makefile |
78 |
| -*.mak linguist-detectable=false |
79 |
| -*.mak linguist-documentation=false |
80 |
| -*.mak linguist-language=Makefile |
81 |
| -*.make linguist-detectable=false |
82 |
| -*.make linguist-documentation=false |
83 |
| -*.make linguist-language=Makefile |
84 |
| -*.makefile linguist-detectable=false |
85 |
| -*.makefile linguist-documentation=false |
86 |
| -*.makefile linguist-language=Makefile |
87 | 113 | # SVG (Scalable Vector Graphics) image file
|
88 | 114 | # Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
|
89 | 115 | *.svg linguist-detectable=false
|
|
161 | 187 | *.gif linguist-detectable=false
|
162 | 188 | *.gif linguist-documentation=false
|
163 | 189 | *.gif linguist-language=GIF
|
| 190 | + |
164 | 191 | # End of linguist script
|
165 | 192 |
|
166 | 193 | # 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 |
| 194 | + |
| 195 | +# File type: gitattributes file (*.gitattributes) |
| 196 | +# File version: 5 (2023, Sunday, October 22nd at 9:26 pm PST) |
| 197 | +# Line count (including blank lines and compiler line): 200 |
| 198 | + |
170 | 199 | # End of script
|
0 commit comments