From 0c1adfeacbdad0b11076e7442f08866a6636be01 Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Fri, 24 Jan 2025 12:09:05 +0000 Subject: [PATCH] chore(sync): :hammer: created local '.gitignore' from remote '.gitignore' --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..56bed9a --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# This file contains information that Git uses to stop specific files from +# being tracked by Git and being uploaded to GitHub. For example, MacOS users +# always have this hidden file called `.DS_Store` in each of their folders. +# We don't need that file kept on GitHub and shared with everyone. So in this +# file, we tell Git to not track/watch that file. + +# Development files and folders +_ignore +bin/ +dev/ + +# Temporary files +*.tmp + +# MacOS +.DS_Store + +# Quarto +/.quarto/ + +# Website generation +*_files +_site +_book +public +site + +# R files +.Rproj.user +.Rhistory +.Rdata +.httr-oauth