1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

Added attributes for R

This commit is contained in:
John Peach 2015-08-21 21:46:05 -07:00
parent 07a4b3620e
commit 80aacc1478

12
R.gitattributes Normal file
View File

@ -0,0 +1,12 @@
# Basic .gitattributes for a R repo.
# Source files
# ============
*.Rdata text
*.rdb binary
*.rds binary
*.Rd text
*.Rdx binary
*.Rmd text
*.R text