Skip to content

Commit 0802ec9

Browse files
authored
Merge pull request #276 from rgaiacs/274
Make Jekyll ignore .Rproj
2 parents 9126d2c + 57f2069 commit 0802ec9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
.sass-cache
66
__pycache__
77
_site
8+
.Rproj.user

bin/boilerplate/_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ defaults:
7979
# Files and directories that are not to be copied.
8080
exclude:
8181
- Makefile
82-
- bin
82+
- bin/
83+
- .Rproj.user/
8384

8485
# Turn on built-in syntax highlighting.
8586
highlighter: rouge

0 commit comments

Comments
 (0)