From 05c8b38c9bae783bed7d204693bb2945def04a7c Mon Sep 17 00:00:00 2001 From: Jack Taylor Date: Sat, 6 May 2017 21:15:08 +0900 Subject: [PATCH] Add exampleSite/themes to .gitignore This is so that we can clone the repo in the example site's themes directory and test the example site using `hugo server`. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7a429d0..81b9599 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Themes directory of example site; ignored so that we can clone the repo +# inside the themes directory and test the example site with "hugo server". +exampleSite/themes/ + # Windows image file caches Thumbs.db ehthumbs.db