Skip to content

Instantly share code, notes, and snippets.

@anarosner
Last active May 9, 2016 20:05
Show Gist options
  • Save anarosner/cba1ce11f239484599c9 to your computer and use it in GitHub Desktop.
Save anarosner/cba1ce11f239484599c9 to your computer and use it in GitHub Desktop.
Template for gitignore file
.Rproj.user
.Rhistory
.RData
#ignore temporary/old data
archive/stash
ignore/
temp/
#ignore markdown caches (which can be really large)
*_cache/
#to mark rdata files or directories (i.e. saving workspace snapshot), start filename w/ "local"
local*
local*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment