From c405f299b22d169d5bf362097c2d11d039d8c2b1 Mon Sep 17 00:00:00 2001 From: Adliebe Date: Wed, 27 May 2026 04:13:21 -0400 Subject: [PATCH] docs: avoid todo filename case collision --- todo.md => docs/legacy-project-todo.md | 0 docs/tech-stack.md | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename todo.md => docs/legacy-project-todo.md (100%) diff --git a/todo.md b/docs/legacy-project-todo.md similarity index 100% rename from todo.md rename to docs/legacy-project-todo.md diff --git a/docs/tech-stack.md b/docs/tech-stack.md index 96b8cff8..a864a589 100644 --- a/docs/tech-stack.md +++ b/docs/tech-stack.md @@ -497,13 +497,14 @@ ugig.net/ ├── types/ # TypeScript types ├── contexts/ # React contexts ├── docs/ # Documentation +│ └── legacy-project-todo.md ├── public/ ├── .env.example ├── .env.local ├── next.config.js ├── tailwind.config.ts ├── tsconfig.json -├── todo.md +├── TODO.md └── package.json ```