1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 22:20:01 +02:00
gitignore/R.gitignore
Oliver Keyes be40677028 Add *.Rproj for RStudio users
RStudio - the only real R IDE, and an incredibly commonly used environment for R, particularly since it has git support - uses .Rproj files in projects, that follow the pattern projectname.Rproj. Adding *.Rproj to capture these and exclude them.
2014-08-25 16:08:38 -04:00

12 lines
141 B
Plaintext

# History files
.Rhistory
# Example code in package build process
*-Ex.R
# R data files from past sessions
.Rdata
# RStudio files
*.Rproj