mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 18:01:40 -05:00

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.
11 lines
141 B
Text
11 lines
141 B
Text
# History files
|
|
.Rhistory
|
|
|
|
# Example code in package build process
|
|
*-Ex.R
|
|
|
|
# R data files from past sessions
|
|
.Rdata
|
|
|
|
# RStudio files
|
|
*.Rproj
|