Skip to content

Instantly share code, notes, and snippets.

@rixlabs
Created December 5, 2022 07:29
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 rixlabs/108c002625e04c5d332b329402da28bb to your computer and use it in GitHub Desktop.
Save rixlabs/108c002625e04c5d332b329402da28bb to your computer and use it in GitHub Desktop.
gitignore file for R project
# Visual Studio Code
*.code-workspace
.project
.classpath
.settings/
.vscode/
# MacOS
.DS_Store
# History files
.Rhistory
.Rapp.history
# Session Data files
.RData
.RDataTmp
# User-specific files
.Ruserdata
# RStudio files
.Rproj.user/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment