chore: add CODEOWNERS for databases directories

This commit is contained in:
fullex 2025-10-27 09:35:08 +08:00 committed by GitHub
parent c5ce0b763b
commit 44e01e5ad4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.github/CODEOWNERS vendored
View File

@ -1,4 +1,5 @@
/src/renderer/src/store/ @0xfullex /src/renderer/src/store/ @0xfullex
/src/renderer/src/databases/ @0xfullex
/src/main/services/ConfigManager.ts @0xfullex /src/main/services/ConfigManager.ts @0xfullex
/packages/shared/IpcChannel.ts @0xfullex /packages/shared/IpcChannel.ts @0xfullex
/src/main/ipc.ts @0xfullex /src/main/ipc.ts @0xfullex