flipbookr
flipbookr copied to clipboard
Remove .Rproj.user from git
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.