Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Taylor <rayjolt@gmail.com>2017-05-06 15:15:08 +0300
committerJack Taylor <rayjolt@gmail.com>2017-05-06 15:15:08 +0300
commit05c8b38c9bae783bed7d204693bb2945def04a7c (patch)
tree347cee2bc37222b9c29d4f1c13ed4a129929c135 /.gitignore
parent2dcc60813863e404fca22c8f76ac5584e9d12916 (diff)
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`.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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