Skip to content

Instantly share code, notes, and snippets.

@stevebargelt
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevebargelt/e15951e4c76a1d8de88d to your computer and use it in GitHub Desktop.
Save stevebargelt/e15951e4c76a1d8de88d to your computer and use it in GitHub Desktop.
.gitignore for my R projects
# Ignore datasets
data/
tidy.txt
.csv
.zip
.RDS
# R Ignores #
######################
# History files
.Rhistory
# Example code in package build process
*-Ex.R
# R data files from past sessions
.Rdata
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment