From 98efa78e7cf9424c86d911a7e41edb6016869c70 Mon Sep 17 00:00:00 2001 From: Muzammil Khaja Mohammed Date: Mon, 3 Dec 2018 22:19:39 +0530 Subject: [PATCH] removing test file and renaming folder due case sensitve issue --- .gitignore | 2 ++ docs/{Lazy-Store => lazy-store}/README.md | 0 docs/{Lazy-Store => lazy-store}/index.html | 2 +- docs/{Lazy-Store => lazy-store}/templates/category.html | 0 docs/{Lazy-Store => lazy-store}/templates/product-detail.html | 0 docs/{Lazy-Store => lazy-store}/templates/product.html | 0 docs/{Lazy-Store => lazy-store}/templates/store.html | 0 7 files changed, 3 insertions(+), 1 deletion(-) rename docs/{Lazy-Store => lazy-store}/README.md (100%) rename docs/{Lazy-Store => lazy-store}/index.html (99%) rename docs/{Lazy-Store => lazy-store}/templates/category.html (100%) rename docs/{Lazy-Store => lazy-store}/templates/product-detail.html (100%) rename docs/{Lazy-Store => lazy-store}/templates/product.html (100%) rename docs/{Lazy-Store => lazy-store}/templates/store.html (100%) diff --git a/.gitignore b/.gitignore index bca51b3..82cbc69 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ node_modules/ +.nyc_output/bac7bb995d410b13858260f53cde1c87.json +coverage/base.css diff --git a/docs/Lazy-Store/README.md b/docs/lazy-store/README.md similarity index 100% rename from docs/Lazy-Store/README.md rename to docs/lazy-store/README.md diff --git a/docs/Lazy-Store/index.html b/docs/lazy-store/index.html similarity index 99% rename from docs/Lazy-Store/index.html rename to docs/lazy-store/index.html index dcc1ac7..cd8269f 100644 --- a/docs/Lazy-Store/index.html +++ b/docs/lazy-store/index.html @@ -11,7 +11,7 @@ - +Lazy Store
diff --git a/docs/Lazy-Store/templates/category.html b/docs/lazy-store/templates/category.html similarity index 100% rename from docs/Lazy-Store/templates/category.html rename to docs/lazy-store/templates/category.html diff --git a/docs/Lazy-Store/templates/product-detail.html b/docs/lazy-store/templates/product-detail.html similarity index 100% rename from docs/Lazy-Store/templates/product-detail.html rename to docs/lazy-store/templates/product-detail.html diff --git a/docs/Lazy-Store/templates/product.html b/docs/lazy-store/templates/product.html similarity index 100% rename from docs/Lazy-Store/templates/product.html rename to docs/lazy-store/templates/product.html diff --git a/docs/Lazy-Store/templates/store.html b/docs/lazy-store/templates/store.html similarity index 100% rename from docs/Lazy-Store/templates/store.html rename to docs/lazy-store/templates/store.html