Skip to content

Commit

Permalink
ignore CONTRIBUTING guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cpauvert committed Sep 11, 2024
1 parent bb24294 commit 32e5bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
^CRAN-SUBMISSION$
^revdep$
^CODE_OF_CONDUCT\.md$
^CONTRIBUTING\.md$
2 changes: 1 addition & 1 deletion dev/0-dev_history.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@ usethis::use_logo("logo-maldipickr.svg")# later to fix #43
# Ignore files during package build

```{r build_ignore, eval=FALSE}
usethis::use_build_ignore(c("_pkgdown.yml", "docs", "pkgdown", "processed", "codecov.yml"))
usethis::use_build_ignore(c("_pkgdown.yml", "docs", "pkgdown", "processed", "codecov.yml", "CONTRIBUTING.md"))
```

0 comments on commit 32e5bc4

Please sign in to comment.