flipbookr icon indicating copy to clipboard operation
flipbookr copied to clipboard

Remove .Rproj.user from git

Open jimhester opened this issue 5 years ago • 0 comments

It is unlikely you want to keep .Rproj.user in version control. I would suggest you run git rm .Rproj.user then create a .gitignore file with .Rproj.user so you won't accidentally commit the folder in the future.

jimhester avatar Jan 07 '20 14:01 jimhester