From 2723d6a75af61e05910e1902845e085071cc0bdd Mon Sep 17 00:00:00 2001 From: Siddharth Kumar Sah Date: Sun, 22 Mar 2026 10:25:48 +0800 Subject: [PATCH] chore: clean up codebase and update .gitignore Remove old UI research screenshots, .DS_Store files, temp dirs. Add patterns for .vite/, tmp/, apps/api/data/, and screenshot PNGs. --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index e12f2532..c6ec3f73 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,17 @@ dist/ *.db-wal *.db-shm data/ +tmp/ .env .env.local .DS_Store .playwright-mcp/ +.vite/ +apps/api/data/ +apps/api/tmp/ +apps/web/.vite/ + +# Screenshots from UI research (not part of the app) +stirling-pdf-*.png +settings-*.png +layout-*.png