Skip to content

Commit

Permalink
Update git ignore to not track autogenerated folders. Relates to #18
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisc1 committed Sep 6, 2024
1 parent 1d5a7ce commit 2914b70
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
.Rdata
.httr-oauth
.DS_Store
.quarto
_book/*
.quarto/*
/pages/*/
/pages/*.html
/pages/~$*
/pages/!*.qmd

/.quarto/

0 comments on commit 2914b70

Please sign in to comment.