add vendor folder to gitignore and _config.yml
[rnaseq-cwl-training.git] / bin / boilerplate / _config.yml
index fb6359c6e504207acb3333b477bf434ebaf80cd8..795f788e6a5816bc18248a55963b788fdf8fa3a6 100644 (file)
@@ -13,7 +13,8 @@ carpentry: "swc"
 title: "Lesson Title"
 
 # Life cycle stage of the lesson
-# possible values: "pre-alpha", "alpha", "beta", "stable"
+# See this page for more details: https://cdh.carpentries.org/the-lesson-life-cycle.html
+# Possible values: "pre-alpha", "alpha", "beta", "stable"
 life_cycle: "pre-alpha"
 
 #------------------------------------------------------------
@@ -32,7 +33,7 @@ repository: <USERNAME>/<PROJECT>
 email: "team@carpentries.org"
 
 # Sites.
-amy_site: "https://amy.carpentries.org/workshops"
+amy_site: "https://amy.carpentries.org/"
 carpentries_github: "https://github.com/carpentries"
 carpentries_pages: "https://carpentries.github.io"
 carpentries_site: "https://carpentries.org/"
@@ -91,6 +92,9 @@ exclude:
   - Makefile
   - bin/
   - .Rproj.user/
+  - .vendor/
+  - vendor/
+  - .docker-vendor/
 
 # Turn on built-in syntax highlighting.
 highlighter: rouge