Skip to content

Commit e9eb516

Browse files
authored
.gitattributes [V5]
1 parent e0d41b7 commit e9eb516

File tree

1 file changed

+46
-17
lines changed

1 file changed

+46
-17
lines changed

.gitattributes

Lines changed: 46 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,46 @@
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+
# 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
3575
# Less stylesheet file
3676
*.less linguist-detectable=true
3777
*.less linguist-documentation=false
@@ -70,20 +110,6 @@
70110
*.markdown linguist-detectable=false
71111
*.markdown linguist-documentation=false
72112
*.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
87113
# SVG (Scalable Vector Graphics) image file
88114
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
89115
*.svg linguist-detectable=false
@@ -161,10 +187,13 @@
161187
*.gif linguist-detectable=false
162188
*.gif linguist-documentation=false
163189
*.gif linguist-language=GIF
190+
164191
# End of linguist script
165192

166193
# 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+
170199
# End of script

0 commit comments

Comments
 (0)