2017-09-22 02:00:38 +00: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 06:43:42 +00:00
|
|
|
|
2019-02-27 20:17:35 +00:00
|
|
|
# Upgrades WG
|
2019-05-16 13:39:01 +00:00
|
|
|
/patches/ @electron/wg-upgrades
|
2019-08-19 20:56:20 +00:00
|
|
|
DEPS @electron/wg-upgrades
|
2019-02-27 20:17:35 +00:00
|
|
|
|
|
|
|
# Releases WG
|
2019-05-16 13:39:01 +00:00
|
|
|
/npm/ @electron/wg-releases
|
2020-02-06 17:31:25 +00:00
|
|
|
/script/release @electron/wg-releases
|
2020-09-11 18:34:31 +00:00
|
|
|
|
|
|
|
# Security WG
|
|
|
|
/lib/browser/rpc-server.ts @electron/wg-security
|
2020-09-18 22:25:07 +00:00
|
|
|
|
|
|
|
# Remote Change Disliker
|
|
|
|
/lib/browser/remote/ @nornagon
|
|
|
|
/lib/renderer/remote/ @nornagon
|
|
|
|
/lib/renderer/api/remote.ts @nornagon
|
|
|
|
/docs/api/remote.md @nornagon
|