Skip to content

Commit 205a115

Browse files
committed
Add .vscode to .Rbuildignore and .gitignore
1 parent cc043c9 commit 205a115

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ vignettes/rmd
2929
\.github
3030
^issue.*\.md
3131
^note.*\.md
32+
\.vscode

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ docker/*/*.sh
3232

3333
## Emacs
3434
*~
35+
36+
## VSCode
37+
.vscode/

0 commit comments

Comments
 (0)