From 02e401740af67aa4a2a1396a3ad9ddbda4203bc6 Mon Sep 17 00:00:00 2001 From: Woody Date: Thu, 23 Apr 2026 10:56:35 +0800 Subject: [PATCH] chore: update .gitignore for frontend lib/ and Vite cache Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f924bfd..cb90efc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,8 @@ dist/ downloads/ eggs/ .eggs/ -lib/ -lib64/ +/lib/ +/lib64/ parts/ sdist/ var/ @@ -58,6 +58,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +# Vite +frontend/.vite/ + # Test coverage .coverage htmlcov/