chore: ignore cypress/config/settings.json

This commit is contained in:
fallenbagel
2025-02-23 04:29:29 +08:00
committed by gauthier-th
parent ef30ea523f
commit 7ddca119a8

View File

@@ -21,5 +21,11 @@ module.exports = {
rangeEnd: 0, // default: Infinity
},
},
{
files: 'cypress/config/settings.cypress.json',
options: {
rangeEnd: 0,
},
},
],
};