forked from loafle/openapi-generator-original
update .RBuildIgnore (#12383)
This commit is contained in:
@@ -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$
|
||||
|
||||
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user