update edit lesson categories,

This commit is contained in:
louiscklaw
2025-04-17 13:26:30 +08:00
parent 6b97358f50
commit ed0d058d04
29 changed files with 1255 additions and 268 deletions

View File

@@ -83,5 +83,5 @@ module.exports = {
'eslintreact/jsx-sort-props': 'off',
'react/jsx-sort-props': 'off',
},
ignorePatterns: ['**/*del', '**/*bak'],
ignorePatterns: ['**/*del', '**/*bak', '**/*copy.*', '**/*copy*.*'],
};