Skip to content

Commit

Permalink
Create .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 14, 2023
1 parent ce13b6b commit eccd98c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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 eol=crlf
*.Rproj text
*.[Rr]md linguist-detectable

# Documentation files
# =============================
docs/* linguist-documentation
man/* linguist-documentation
misc/* linguist-documentation
pkgdown/* linguist-documentation
*.html linguist-documentation

0 comments on commit eccd98c

Please sign in to comment.