Skip to content

Commit 8680dc0

Browse files
ignore more for built
1 parent 4daeb61 commit 8680dc0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.Rbuildignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ revdep
2121
^touchstone$
2222
^\.github$
2323
^LICENSE\.md$
24-
^inst/hooks/$
24+
^inst/hooks/.*$
2525
^inst/WORDLIST$
2626
^.*-in_tree$
27+
^vignettes/gsoc_proposal$

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
As a consequence of this approach, the defaults for `styler.ignore_start` and
3333
`styler.ignore_stop` omit the `#` (#849).
3434

35+
* the built package size has been reduced by ~50% by listing `*-in_tree` files
36+
in `.Rbuildignore` (#879).
3537

3638
# styler 1.6.2
3739

0 commit comments

Comments
 (0)