chore: add CODEOWNERS entry for v2-refactor-temp directory

- Assign @0xfullex as the code owner for the new v2-refactor-temp directory to streamline collaboration during the V2 refactoring process.
This commit is contained in:
fullex 2025-11-29 19:36:42 +08:00
parent 806a294508
commit 4f0cba15a0

1
.github/CODEOWNERS vendored
View File

@ -8,6 +8,7 @@
/packages/shared/data/ @0xfullex
/src/main/data/ @0xfullex
/src/renderer/src/data/ @0xfullex
/v2-refactor-temp/ @0xfullex
/packages/ui/ @MyPrototypeWhat