chore: move gh-pages output directory under build/ and update .gitignore

The gh-pages directory is now created inside build/ instead of at the project root.
The .gitignore entry for the old gh-pages location is removed, and the Makefile
cp target is updated from gh-pages to build/gh-pages.
This commit is contained in:
Bob Nystrom
2015-03-14 19:19:03 +00:00
parent 3f3955b1c3
commit af58528e88
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -17,7 +17,3 @@ scratch.wren
# The baseline file is machine-specific, so doesn't get checked in.
benchmark/baseline.txt
# built docs get copied here, which is presumed to be a separate checkout of
# the repo so they can be pushed to GitHub Pages.
gh-pages/