Merge pull request #60 from rayjolt/ignore-example-themes
Add exampleSite/themes to .gitignore
This commit is contained in:
commit
7f37922dc0
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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
|
# Windows image file caches
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue