mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 23:22:50 +03:00
48 lines
1020 B
Plaintext
48 lines
1020 B
Plaintext
# About code owners
|
|
|
|
# You can use a CODEOWNERS file to define individuals or teams that are responsible for code in a repository.
|
|
|
|
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
|
|
|
|
|
# =================
|
|
# configs
|
|
# =================
|
|
|
|
.* @darkskygit
|
|
babel.config.json @darkskygit
|
|
nx.json @darkskygit
|
|
tsconfig.base.json @darkskygit
|
|
**/project.json @darkskygit
|
|
**/tsconfig.json @darkskygit
|
|
**/tsconfig.*.json @darkskygit
|
|
**/.babelrc @darkskygit
|
|
**/babel.config.js @darkskygit
|
|
**/.* @darkskygit
|
|
|
|
# =================
|
|
# components
|
|
# =================
|
|
|
|
# editor-core
|
|
libs/components/editor-core @lawvs
|
|
|
|
# editor-blocks
|
|
|
|
# group block
|
|
libs/components/editor-blocks/src/blocks/group @lawvs
|
|
# todo block
|
|
libs/components/editor-blocks/src/blocks/todo @lawvs
|
|
|
|
libs/framework/virgo @SaikaSakura
|
|
|
|
# =================
|
|
# datasource
|
|
# =================
|
|
|
|
# feature flags
|
|
libs/datasource/feature-flags @lawvs
|
|
|
|
# jwt
|
|
libs/datasource/jwt @darkskygit
|