Skip to content

Commit

Permalink
Add .vscode to .Rbuildignore and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 25, 2023
1 parent cc043c9 commit 205a115
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ vignettes/rmd
\.github
^issue.*\.md
^note.*\.md
\.vscode
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ docker/*/*.sh

## Emacs
*~

## VSCode
.vscode/

0 comments on commit 205a115

Please sign in to comment.