mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
# Lines starting with '#' are comments.
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
# More details are here: https://help.github.com/articles/about-codeowners/
|
|
|
|
# The '*' pattern is global owners.
|
|
|
|
# Order is important. The last matching pattern has the most precedence.
|
|
# The folders are ordered as follows:
|
|
|
|
# In each subsection folders are ordered first by depth, then alphabetically.
|
|
# This should make it easy to add new rules without breaking existing ones.
|
|
|
|
# Dependencies:
|
|
package.json @ionic-team/framework-core
|
|
|
|
# Routing / Routing Integration:
|
|
packages/react-router/** @ionic-team/framework-core
|
|
|
|
packages/vue-router/** @ionic-team/framework-core
|
|
|
|
packages/react/src/routing/** @ionic-team/framework-core
|
|
|
|
packages/vue/src/components/IonRouterOutlet.ts @ionic-team/framework-core
|
|
|
|
angular/src/providers/nav-controller.ts @ionic-team/framework-core
|
|
angular/src/directives/navigation/** @ionic-team/framework-core
|
|
|
|
core/src/components/route/** @ionic-team/framework-core
|
|
core/src/components/router/** @ionic-team/framework-core
|
|
core/src/components/router-link/** @ionic-team/framework-core
|
|
core/src/components/router-outlet/** @ionic-team/framework-core
|