mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
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.
This commit is contained in:
parent
70b3c78163
commit
be40677028
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@
|
|||
|
||||
# R data files from past sessions
|
||||
.Rdata
|
||||
|
||||
# RStudio files
|
||||
*.Rproj
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue