Skip to content

Commit

Permalink
chore(sync): 🔨 created local '.gitignore' from remote '.gitignore'
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Jan 24, 2025
1 parent 679f021 commit 0c1adfe
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0c1adfe

Please sign in to comment.