diff --git a/.gitignore b/.gitignore index eda6588..1ba645d 100644 --- a/.gitignore +++ b/.gitignore @@ -250,6 +250,9 @@ coverage /cypress/videos/ /cypress/screenshots/ +# Vite +.vite + # Vitest __screenshots__/ @@ -267,4 +270,5 @@ model/ models/ # Gihub files -.github/ \ No newline at end of file +.github/ +