Skip to content

Commit

Permalink
vite ignore more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jmetev1 committed Aug 26, 2024
1 parent 670f384 commit cc1bff8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export default defineConfig({
watch: {
ignored: [
path.join(__dirname, 'coverage-cypress/**'),
path.join(__dirname, 'cypress/**'),
path.join(__dirname, 'finalCoverage/**'),
]
},
},
Expand Down

0 comments on commit cc1bff8

Please sign in to comment.