Skip to content

Commit 4403754

Browse files
committed
exclude vendor
1 parent 0866ee2 commit 4403754

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ email: your-email@domain.com
44
description: "REDCap-Tools, promoting awesome projects built atop REDCap and fostering a community of developers around them."
55
baseurl: /
66
url: "http://redcap-tools.github.io"
7-
twitter_username:
8-
github_username: redcap-tools
7+
twitter_username:
8+
github_username: redcap-tools
99

1010
# Build settings
1111
markdown: kramdown
1212
permalink: pretty
13+
14+
#Don't explode on gems; https://jekyllrb.com/docs/continuous-integration/#configuring-your-travis-builds.
15+
exclude: [vendor]

0 commit comments

Comments
 (0)