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

16 lines
241 B
Plaintext
Raw Normal View History

2015-08-22 00:46:05 -04:00
# Basic .gitattributes for a R repo.
# Source files
# ============
*.Rdata binary
*.RData binary
*.rda binary
2019-04-19 20:35:18 -04:00
*.rdb binary
*.rds binary
*.Rd text
*.Rdx binary
*.Rmd text
*.R text
*.Rproj text
2021-11-20 11:17:17 -05:00
*.[Rr]md linguist-detectable