From a95a530999b5c908b649e205b2edcd3f577af3c3 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 22 Jul 2025 12:16:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Update=20readme=20and=20?= =?UTF-8?q?.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 418894a..0dedba2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,11 @@ dist/ # generated types .astro/ -# dependencies +# dependencies and extras *.secrets *.csv notes/*.json +notes/*.png node_modules/ # logs @@ -15,7 +16,6 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* - # environment variables .env .env.production diff --git a/README.md b/README.md index bdacee4..4d2d496 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Development is organized into phases. For details, see `Development Checklist.md 1. **Planning & Setup** 2. **Database & Supabase API** -3. **Front-End UI** from [`Front End Interface.png`](notes/Front%20End%20Interface.png) +3. **Front-End UI** 4. **Search & Tagging** 5. **AI Prompt Suggestions** 6. **Import/Export Functionality**