From ffe6463e073e5818c4d842378a93b8ccc5de66d5 Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Sun, 15 Dec 2024 17:28:06 +0000 Subject: [PATCH] chore(sync): :hammer: synced local '.gitignore' with remote '.gitignore' --- .gitignore | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1bf5f62..2b12af4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,31 @@ +# RStudio and R files +.Rbuildignore .Rproj.user .Rhistory .Rdata + +# Development files and folders +_ignore +bin/ +dev/ + +# Temporary files +*.tmp + +# Authentication files .httr-oauth + +# MacOS .DS_Store -_book + +# Quarto +/.quarto/ + +# Website generation _site +_book public -_freeze -/.quarto/ -.Rbuildignore +site slides/*.html -_ignore +_freeze +