diff --git a/.gitignore b/.gitignore index 65021f0..2b12af4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +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 +_freeze +