be40677028
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.
12 lines
141 B
Plaintext
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
|