diff --git a/.gitignore b/.gitignore index e967bb3b..1b1e0d2c 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,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 a52d4580..0e571ec2 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