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