Skip to content

Commit b9b2ea9

Browse files
committed
exclude vendor
1 parent 4843b6c commit b9b2ea9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ description: MIT TQE Course 6.7810 (Generative AI for Biology)
1919
author: Mihir Bafna
2020
baseurl: '/genai4bio' # the subpath of your site, e.g. /blog
2121
url: 'https://bergerlab.github.io/' # the base hostname & protocol for your site, e.g. http://example.com
22-
exclude: ["Gemfile", "Gemfile.lock", "LICENSE"]
22+
exclude:
23+
- "Gemfile"
24+
- "Gemfile.lock"
25+
- "LICENSE"
26+
- "vendor"
2327

2428
canvas: &canvas_url https://canvas.mit.edu/your-course
2529
gradescope: &gradescope_url https://www.gradescope.com/courses/123456

0 commit comments

Comments
 (0)