From d34878a829159dac644cdda7a7060a5146bd5e23 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Fri, 27 Jun 2025 04:38:25 +0300 Subject: [PATCH] Features: 1) Clarify README instructions on default storefront absence and customization options; Fixes: 1) Remove outdated `.idea/eVibes.iml` entry from `.gitignore`; 2) Update storefront options in README to reflect current support; Extra: 1) Format adjustments in README for clarity and readability; --- .gitignore | 1 - README.md | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5ab8ed22..b7514e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -142,7 +142,6 @@ cypress/screenshots/ # JetBrains .idea/ !.idea/icon.svg -!.idea/eVibes.iml !.idea/externalDependencies.xml # Microsoft diff --git a/README.md b/README.md index 1c2d347e..5eacae06 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,11 @@ extension. cd eVibes ``` -2. Choose the storefront. By default, `main` branch has Astro one. Skip this step if you're OK with Astro. +2. Choose the storefront. By default, `main` branch has no storefront included. +Skip this step if you're OK with that and plan to only use API or develop your own storefront. ```bash - git checkout storefront- + git checkout storefront- ``` 3. Generate your .env file. Check and confirm the contents afterward.