Skip to content

Commit

Permalink
Make Jekyll ignore .Rproj
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed May 23, 2018
1 parent 6d7a9d7 commit 57f2069
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.sass-cache
__pycache__
_site
.Rproj.user
5 changes: 3 additions & 2 deletions bin/boilerplate/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ defaults:
# Files and directories that are not to be copied.
exclude:
- Makefile
- bin
- bin/
- .Rproj.user/

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

0 comments on commit 57f2069

Please sign in to comment.