mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
|
# Basic .gitattributes for a R repo.
|
||
|
|
||
|
# Source files
|
||
|
# ============
|
||
|
*.Rdata text
|
||
|
*.rdb binary
|
||
|
*.rds binary
|
||
|
*.Rd text
|
||
|
*.Rdx binary
|
||
|
*.Rmd text
|
||
|
*.R text
|
||
|
|