Skip to content

Commit a5424d1

Browse files
authored
.gitattributes [V5]
.gitattributes [V5]
1 parent fc116f5 commit a5424d1

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

.gitattributes

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,23 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.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
3552
# Less stylesheet file
3653
*.less linguist-detectable=true
3754
*.less linguist-documentation=false
@@ -161,10 +178,13 @@
161178
*.gif linguist-detectable=false
162179
*.gif linguist-documentation=false
163180
*.gif linguist-language=GIF
181+
164182
# End of linguist script
165183

166184
# 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+
170190
# End of script

0 commit comments

Comments
 (0)