Skip to content

Commit

Permalink
chore: update dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Dec 3, 2024
1 parent a8fe7f5 commit 1e767f7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 56 deletions.
18 changes: 12 additions & 6 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
^.*\.Rproj$
^.Renviron$
^.pre-commit-config.yaml$
^CITATION.cff$
^CITATION\.cff$
^CONTRIBUTING\.md$
^CRAN-RELEASE$
^CRAN-SUBMISSION$
^LICENSE$
^README.html$
^Dockerfile$
^LICENSE\.md$
^Meta$
^README\.Rmd$
^README\.html$
^\.Renviron$
^\.Rproj\.user$
^\.ccache$
^\.dockerignore$
^\.editorconfig$
^\.gitattributes$
^\.github$
^\.gitignore$
^\.httr-oauth$
^\.ignore$
^\.lintr$
^\.pre-commit-config\.yaml$
^\.vscode$
^_pkgdown\.yml$
^attic$
^codecov\.yml$
^codemeta\.json$
^compose\.ya?ml$
^cran-comments\.md$
^data-raw$
^docs$
^docs?$
^inst/extdata/.+\.R$
^man-roxygen$
^paper$
Expand Down
52 changes: 4 additions & 48 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux,r
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,linux,r

### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### R ###
# History files
.Rhistory
.Rapp.history
Expand All @@ -44,6 +24,8 @@
# produced vignettes
vignettes/*.html
vignettes/*.pdf
doc/
Meta/

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
Expand All @@ -68,34 +50,8 @@ po/*~
# RStudio Connect folder
rsconnect/

### R.Bookdown Stack ###
# R package: bookdown caching files
/*_files/

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux,r

# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)

revdep/
# CRAN
CRAN-RELEASE
CRAN-SUBMISSION

# MacOS
Expand Down
5 changes: 3 additions & 2 deletions man/mlr3cluster-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e767f7

Please sign in to comment.