From 5ed07028c7bb5a4910e9aef21888a163088361ee Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 17 Mar 2025 20:04:15 -0700 Subject: [PATCH] chore: Ignore cypress --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index 2aabcaa0..4946b6c3 100644 --- a/vite.config.js +++ b/vite.config.js @@ -23,6 +23,7 @@ export default defineConfig({ 'tests/**/*', '**\/node_modules/**', '**\/dist/**', + '**\/cypress/**', '**\/.{idea,git,cache,output,temp}/**', '**\/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*' ],