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