|
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 |
35 | 52 | # Less stylesheet file |
36 | 53 | *.less linguist-detectable=true |
37 | 54 | *.less linguist-documentation=false |
|
161 | 178 | *.gif linguist-detectable=false |
162 | 179 | *.gif linguist-documentation=false |
163 | 180 | *.gif linguist-language=GIF |
| 181 | + |
164 | 182 | # End of linguist script |
165 | 183 |
|
166 | 184 | # 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 |
| 185 | + |
| 186 | +# File type: gitattributes file (*.gitattributes) |
| 187 | +# File version: 5 (2023, Friday, June 2nd at 4:21 pm PST) |
| 188 | +# Line count (including blank lines and compiler line): 191 |
| 189 | + |
170 | 190 | # End of script |
0 commit comments