Skip to content

Commit 2aac8be

Browse files
authored
.gitattributes [V5]
1 parent e75d5c0 commit 2aac8be

File tree

1 file changed

+40
-17
lines changed

1 file changed

+40
-17
lines changed

.gitattributes

Lines changed: 40 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,40 @@
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
52+
# Whitespace source file
53+
*.ws linguist-detectable=true
54+
*.ws linguist-documentation=false
55+
*.ws linguist-language=Whitespace
56+
# Makefile (GNU Make)
57+
*.mk linguist-detectable=true
58+
*.mk linguist-documentation=false
59+
*.mk linguist-language=Makefile
60+
*.mak linguist-detectable=true
61+
*.mak linguist-documentation=false
62+
*.mak linguist-language=Makefile
63+
*.make linguist-detectable=true
64+
*.make linguist-documentation=false
65+
*.make linguist-language=Makefile
66+
*.makefile linguist-detectable=true
67+
*.makefile linguist-documentation=false
68+
*.makefile linguist-language=Makefile
3569
# Less stylesheet file
3670
*.less linguist-detectable=true
3771
*.less linguist-documentation=false
@@ -70,20 +104,6 @@
70104
*.markdown linguist-detectable=false
71105
*.markdown linguist-documentation=false
72106
*.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
87107
# SVG (Scalable Vector Graphics) image file
88108
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
89109
*.svg linguist-detectable=false
@@ -161,10 +181,13 @@
161181
*.gif linguist-detectable=false
162182
*.gif linguist-documentation=false
163183
*.gif linguist-language=GIF
184+
164185
# End of linguist script
165186

166187
# 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
188+
189+
# File type: gitattributes file (*.gitattributes)
190+
# File version: 5 (2023, Monday, December 18th at 09:22 pm PST)
191+
# Line count (including blank lines and compiler line): 194
192+
170193
# End of script

0 commit comments

Comments
 (0)