Skip to content

Instantly share code, notes, and snippets.

@Andrei-WongE
Created April 22, 2024 10:57
Show Gist options
  • Save Andrei-WongE/a968ef3cf6f915fa2960dc17ffd0197c to your computer and use it in GitHub Desktop.
Save Andrei-WongE/a968ef3cf6f915fa2960dc17ffd0197c to your computer and use it in GitHub Desktop.
Generic git ignore file when using Quarto
# History files
.Rhistory
.Rapp.history
# RStudio files
.Rproj.user
.Rprofile
# Session Data files
.RData
.RDataTmp
# User-specific files
.Ruserdata
# R Environment Variables
.Renviron
# Data folder
/data/
/.quarto/
# Output files from R CMD build
/*.tar.gz
# Output files from R CMD check
/*.Rcheck/
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
# knitr R markdown and quarto default cache directories
*_cache/
/cache/
/_freeze/
# Temporary files created by R markdown
*.utf8.md
*.knit.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment