Skip to content

Commit 5f5cf5c

Browse files
authored
README.cfg [V5]
README.cfg [V5]
1 parent 1766722 commit 5f5cf5c

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

OldVersions/GITATTRIBUTES/1/1-100/README.cfg

+27-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,27 @@
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+
# ActionScript source file
53+
*.as linguist-detectable=true
54+
*.as linguist-documentation=false
55+
*.as linguist-language=ActionScript
3556
# Less stylesheet file
3657
*.less linguist-detectable=true
3758
*.less linguist-documentation=false
@@ -161,10 +182,13 @@
161182
*.gif linguist-detectable=false
162183
*.gif linguist-documentation=false
163184
*.gif linguist-language=GIF
185+
164186
# End of linguist script
165187

166188
# 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
189+
190+
# File type: gitattributes file (*.gitattributes)
191+
# File version: 5 (2023, Saturday, May 6th at 4:55 pm PST)
192+
# Line count (including blank lines and compiler line): 195
193+
170194
# End of script

0 commit comments

Comments
 (0)