2017-09-22 11:00:38 +09:00
|
|
|
# Order is important. The LAST matching pattern has the MOST precedence.
|
|
|
|
# gitignore style patterns are used, not globs.
|
|
|
|
# https://help.github.com/articles/about-codeowners
|
|
|
|
# https://git-scm.com/docs/gitignore
|
2017-09-20 15:43:42 +09:00
|
|
|
|
2019-02-27 12:17:35 -08:00
|
|
|
# Upgrades WG
|
2022-09-22 14:15:40 -07:00
|
|
|
/patches/ @electron/patch-owners
|
2019-08-19 13:56:20 -07:00
|
|
|
DEPS @electron/wg-upgrades
|
2019-02-27 12:17:35 -08:00
|
|
|
|
|
|
|
# Releases WG
|
2023-02-24 11:34:23 -08:00
|
|
|
/docs/breaking-changes.md @electron/wg-releases
|
2019-05-16 06:39:01 -07:00
|
|
|
/npm/ @electron/wg-releases
|
2020-02-06 09:31:25 -08:00
|
|
|
/script/release @electron/wg-releases
|
2020-09-11 11:34:31 -07:00
|
|
|
|
|
|
|
# Security WG
|
2021-05-12 21:04:06 +02:00
|
|
|
/lib/browser/devtools.ts @electron/wg-security
|
|
|
|
/lib/browser/guest-view-manager.ts @electron/wg-security
|
2020-09-11 11:34:31 -07:00
|
|
|
/lib/browser/rpc-server.ts @electron/wg-security
|
2021-09-21 01:52:44 +02:00
|
|
|
/lib/renderer/security-warnings.ts @electron/wg-security
|