From 08a41f8f68f8c67f339c2d8ab2800329e38a0549 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Wed, 2 Jul 2025 18:57:14 +0800 Subject: [PATCH] Update --- .gitignore | 4 +--- src/static/client/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fc4cbfc..1a6e609 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,4 @@ coverage *.sw? *.tsbuildinfo -.vite/* - -proxy.js +.vite/* \ No newline at end of file diff --git a/src/static/client/.gitignore b/src/static/client/.gitignore index a52d458..0e571ec 100644 --- a/src/static/client/.gitignore +++ b/src/static/client/.gitignore @@ -27,3 +27,5 @@ coverage *.sw? *.tsbuildinfo + +proxy.js \ No newline at end of file