test: stabilize repair lifecycle on Windows
This commit is contained in:
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user