Skip to content

Commit

Permalink
adds missing ignores to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fherreazcue committed Oct 18, 2024
1 parent f2ad963 commit 3783214
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,23 @@ site/*
!site/README.md

.vscode/*

# R stuff
.Rhistory
.Rapp.history
.RData
.Ruserdata
*-Ex.R
/*.tar.gz
/*.Rcheck/
.Rproj.user/
vignettes/*.html
vignettes/*.pdf
.httr-oauth
*_cache/
/cache/
*.utf8.md
*.knit.md
.Renviron
docs/
po/*~

0 comments on commit 3783214

Please sign in to comment.