buildignore
This commit is contained in:
parent
8813e208e0
commit
949e2bc6d0
2 changed files with 6 additions and 1 deletions
|
|
@ -6,3 +6,6 @@
|
|||
.markdownlint.yaml
|
||||
.prettierrc.json
|
||||
.woodpecker
|
||||
devxy-arm64-r-binaries/
|
||||
PACKAGES*
|
||||
s3:*
|
||||
|
|
@ -10,7 +10,9 @@ store_build_metadata(
|
|||
platform,
|
||||
error_occurred,
|
||||
force = FALSE,
|
||||
error = NA
|
||||
error = NA,
|
||||
build_duration = NA,
|
||||
size = NA
|
||||
)
|
||||
}
|
||||
\description{
|
||||
|
|
|
|||
Loading…
Reference in a new issue