From 6456ca9d6d01bcfce1e6e81f0df87b410f07fd91 Mon Sep 17 00:00:00 2001 From: Salim B Date: Tue, 18 Feb 2025 21:40:00 +0100 Subject: [PATCH] refactor: update .gitignore --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 002d6e7..3c4f94d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,11 +5,17 @@ .DS_Store Thumbs.db -# R(Studio) specific (temp) files +# R(Studio)-specific (temp) files +.Rapp.history .RData +.RDataTmp .Rhistory .Rproj.user .Ruserdata -# API keys +# generated vignette output +vignettes/*.html +vignettes/*.pdf + +# API credentials/tokens .httr-oauth