Skip to content

Commit 4eb9c1e

Browse files
committed
add pkgdown to gitignore
1 parent 1a0d92e commit 4eb9c1e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .Rbuildignore

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ $run_dev.*
1111
^Meta$
1212
^app\.R$
1313
^rsconnect$
14+
^_pkgdown\.yml$
15+
^docs$
16+
^pkgdown$

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
inst/doc
88
/doc/
99
/Meta/
10-
.docx
10+
*.docx

0 commit comments

Comments
 (0)