From f85428541b5ab95fb51d72fd9a19a7bcf242a16f Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Fri, 17 Jan 2025 11:22:56 +0000 Subject: [PATCH] chore(sync): :hammer: created local '.gitignore' from remote '.gitignore' --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b12af4 --- /dev/null +++ b/.gitignore @@ -0,0 +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 + +# Quarto +/.quarto/ + +# Website generation +_site +_book +public +site +slides/*.html +_freeze +