1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
gitattributes/R.gitattributes
2021-11-20 16:17:17 +00:00

16 lines
241 B
Plaintext

# Basic .gitattributes for a R repo.
# Source files
# ============
*.Rdata binary
*.RData binary
*.rda binary
*.rdb binary
*.rds binary
*.Rd text
*.Rdx binary
*.Rmd text
*.R text
*.Rproj text
*.[Rr]md linguist-detectable