📄 docs: Update readme and .gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -3,10 +3,11 @@ dist/
|
|||||||
# generated types
|
# generated types
|
||||||
.astro/
|
.astro/
|
||||||
|
|
||||||
# dependencies
|
# dependencies and extras
|
||||||
*.secrets
|
*.secrets
|
||||||
*.csv
|
*.csv
|
||||||
notes/*.json
|
notes/*.json
|
||||||
|
notes/*.png
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
# logs
|
# logs
|
||||||
@@ -15,7 +16,6 @@ yarn-debug.log*
|
|||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
pnpm-debug.log*
|
pnpm-debug.log*
|
||||||
|
|
||||||
|
|
||||||
# environment variables
|
# environment variables
|
||||||
.env
|
.env
|
||||||
.env.production
|
.env.production
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ Development is organized into phases. For details, see `Development Checklist.md
|
|||||||
|
|
||||||
1. **Planning & Setup**
|
1. **Planning & Setup**
|
||||||
2. **Database & Supabase API**
|
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**
|
4. **Search & Tagging**
|
||||||
5. **AI Prompt Suggestions**
|
5. **AI Prompt Suggestions**
|
||||||
6. **Import/Export Functionality**
|
6. **Import/Export Functionality**
|
||||||
|
|||||||
Reference in New Issue
Block a user