Make Jekyll ignore .Rproj
[rnaseq-cwl-training.git] / bin / boilerplate / _config.yml
index 566baf18eb92fafc7dba6f6d2360b996401dbf93..25d480879947e13994bdd41ee15061cbe1654f83 100644 (file)
@@ -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
\ No newline at end of file
+highlighter: rouge