mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 02:26:21 +08:00
init: the first public commit for AFFiNE
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user