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
|
|
|
|
|
|
|
# Everything that falls through the cracks:
|
|
|
|
* @electron/reviewers
|
|
|
|
|
2017-09-22 02:00:38 +00:00
|
|
|
# filename patterns
|
|
|
|
*browser_view* @electron/browserview
|
|
|
|
*notification* @electron/notifications
|
|
|
|
*pdf* @electron/printing
|
|
|
|
*printing* @electron/printing
|
|
|
|
*updater* @electron/updater
|
2017-09-20 06:43:42 +00:00
|
|
|
|
2017-09-22 02:00:38 +00:00
|
|
|
# directories
|
2017-09-27 03:11:41 +00:00
|
|
|
/.github/ @electron/hubbers
|
2017-09-22 02:00:38 +00:00
|
|
|
/default_app/ @electron/docs
|
|
|
|
/docs/ @electron/docs
|
|
|
|
/docs-translations/ @electron/i18n
|
|
|
|
/npm/ @electron/hubbers
|