Skip to content

Commit 564c84c

Browse files
committed
ignore things
1 parent ee45e9d commit 564c84c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.Rbuildignore

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
3+
^\.BBSoptions$
4+
^.github$
5+
^pkgdown$
6+
^vignettes$
7+
^docs$
8+
^index\.md$
9+
^.ipynb_checkpoints$

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.Rhistory
22
.Rproj.user/
33
.DS_Store
4-
docs/
4+
docs/
5+
.ipynb_checkpoints/
6+
.RData

0 commit comments

Comments
 (0)