powered by
Adds .DS_Store, .Rproj.user, and .Rhistory to your global .gitignore. This is good practices as it ensures that you will never accidentally leak credentials to GitHub.
.DS_Store
.Rproj.user
.Rhistory
.gitignore
git_vaccinate()