Created
December 5, 2022 07:29
-
-
Save rixlabs/108c002625e04c5d332b329402da28bb to your computer and use it in GitHub Desktop.
gitignore file for R project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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