Skip to content

Commit

Permalink
harmonisation of .gitignore and .Rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TanguyBarthelemy committed May 7, 2024
1 parent a8004b9 commit b121cd3
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 896 deletions.
34 changes: 21 additions & 13 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
^appveyor\.yml$
^docs$
^_pkgdown\.yml$
^.*\.Rproj$
^\.Rproj\.user$
^.lintr$
^README.Rmd$

^\.git$
^\.github$

^README\.Rmd$
^README-.*\.png$
.travis.yml
^pkgdown$

^Meta$
^docs$
^doc$
^pkgdown$
^_pkgdown\.yml$

^\.lintr$

^appveyor\.yml$
.travis.yml

cran-comments.md
TODO.R

^\.DS_Store$

^revdep$
workspace
workspace.xml
R/test_X11.R
^\.github$
^LICENSE$
^reconf\.sh$
^rjd3toolkit-java-deps\.xml$
56 changes: 51 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,55 @@
.Rproj.user
# 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
Meta/
inst/doc/
doc/

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

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

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# R Environment Variables
.Renviron

# pkgdown site
docs/

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/

# Hidden file from mac-os
.DS_Store
workspace
workspace.xml
inst/doc
docs
Loading

0 comments on commit b121cd3

Please sign in to comment.