From ae8565a651e22439d4e191514be0859c334a1507 Mon Sep 17 00:00:00 2001 From: wildone Date: Fri, 20 Sep 2019 01:43:57 +1000 Subject: [PATCH] bypass github pages jekyll processing --- .gitignore | 5 +++-- .nojekyll => docs/.nojekyll | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename .nojekyll => docs/.nojekyll (100%) diff --git a/.gitignore b/.gitignore index 02bcb81..bd7d4de 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ dist *.egg-info htmlcov *.pyc -docs build .idea .iml @@ -14,4 +13,6 @@ build .eggs *,cover samples/*.zip -coverage.xml \ No newline at end of file +coverage.xml +docs/* +!docs/.nojekyll \ No newline at end of file diff --git a/.nojekyll b/docs/.nojekyll similarity index 100% rename from .nojekyll rename to docs/.nojekyll