Skip to content

Commit

Permalink
chore: update .gitignore and .Rbuildignore (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke authored Jun 25, 2024
1 parent ecffb29 commit b0e60ff
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 17 deletions.
14 changes: 8 additions & 6 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
^.*\.Rproj$
^.Renviron$
^\.pre-commit-config\.yaml$
^CITATION.cff$
^CRAN-RELEASE$
^CRAN-SUBMISSION$
^LICENSE$
^Meta$
^README.html$
^README\.Rmd$
^\.Rproj\.user$
^\.ccache$
^\.editorconfig$
^\.git$
^\.github$
^\.github$
^\.gitignore$
^\.httr-oauth$
^\.ignore$
^\.lintr$
^\.pre-commit-config\.yaml$
^\.vscode$
^_pkgdown\.yml$
^attic$
^codecov\.yml$
^codemeta\.json$
^cran-comments\.md$
^data-raw$
^docs$
^inst/bench$
Expand All @@ -25,6 +30,3 @@
^paper$
^pkgdown$
^revdep$
^tic\.R$
^cran-comments\.md$
^CRAN-SUBMISSION$
49 changes: 38 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,40 +1,67 @@
Meta
doc
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData
.RDataTmp

# User-specific files
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf
doc/
Meta/

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
/*_cache/
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md
.DS_Store
.Rproj.user
revdep
/README.html

# R Environment Variables
.Renviron

# pkgdown site
docs/

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/

# CRAN
CRAN-RELEASE
CRAN-SUBMISSION

# MacOS
.DS_Store

# vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

.Rprofile

0 comments on commit b0e60ff

Please sign in to comment.