update .RBuildIgnore (#12383)

This commit is contained in:
William Cheng
2022-05-17 16:07:26 +08:00
committed by GitHub
parent de149fc16b
commit 35dc6451e4
2 changed files with 26 additions and 8 deletions

View File

@@ -1,9 +1,18 @@
^.*\.Rproj$
^\.Rproj\.user$
^.*\.Rproj$ # Designates the directory as an RStudio Project
^\.Rproj\.user$ # Used by RStudio for temporary files
^README\.Rmd$ # An Rmd file used to generate README.md
^LICENSE\.md$ # Full text of the license
^cran-comments\.md$ # Comments for CRAN submission
^data-raw$ # Code used to create data included in the package
^pkgdown$ # Resources used for the package website
^_pkgdown\.yml$ # Configuration info for the package website
^\.github$ # Contributing guidelines, CoC, issue templates, etc.
^\.Rhistory$
^\.gitignore$
^\.openapi-generator-ignore$
^\.travis\.yml$
^\.openapi-generator$
^docs$
^git_push\.sh$
^README\.md$
^cran-comments\.md$
^{{{packageName}}}\.Rcheck$
^\.\.Rcheck$

View File

@@ -1,9 +1,18 @@
^.*\.Rproj$
^\.Rproj\.user$
^.*\.Rproj$ # Designates the directory as an RStudio Project
^\.Rproj\.user$ # Used by RStudio for temporary files
^README\.Rmd$ # An Rmd file used to generate README.md
^LICENSE\.md$ # Full text of the license
^cran-comments\.md$ # Comments for CRAN submission
^data-raw$ # Code used to create data included in the package
^pkgdown$ # Resources used for the package website
^_pkgdown\.yml$ # Configuration info for the package website
^\.github$ # Contributing guidelines, CoC, issue templates, etc.
^\.Rhistory$
^\.gitignore$
^\.openapi-generator-ignore$
^\.travis\.yml$
^\.openapi-generator$
^docs$
^git_push\.sh$
^README\.md$
^cran-comments\.md$
^petstore\.Rcheck$
^\.\.Rcheck$