test: stabilize repair lifecycle on Windows

This commit is contained in:
Affaan Mustafa
2026-05-18 03:48:51 -04:00
parent f92f15199c
commit bf17737969
2 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ const globals = require('globals');
module.exports = [
{
ignores: ['.opencode/dist/**', '.cursor/**', 'node_modules/**']
ignores: ['.opencode/dist/**', '.cursor/**', 'node_modules/**', '.venv/**', 'venv/**', 'coverage/**']
},
js.configs.recommended,
{