File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed
Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 1- # https://help.github.com/articles/about-codeowners/
2- # Order is important. The last matching pattern has the most precedence.
1+ # Order is important. The LAST matching pattern has the MOST precedence.
2+ # gitignore style patterns are used, not globs.
3+ # https://help.github.com/articles/about-codeowners
4+ # https://git-scm.com/docs/gitignore
35
46# Everything that falls through the cracks:
57* @ electron/reviewers
68
7- ** browser_view ** @ electron/browserview
8- ** notification ** @ electron/notifications
9- ** pdf ** @ electron/printing
10- ** printing ** @ electron/printing
11- ** updater ** @ electron/updater
9+ # filename patterns
10+ * browser_view * @ electron/browserview
11+ * notification * @ electron/notifications
12+ * pdf * @ electron/printing
13+ * printing * @ electron/printing
14+ * updater * @ electron/updater
1215
13- default_app /** @ electron/docs
14- docs /** @ electron/docs
15- docs-translations /** @ electron/i18n
16- npm /** @ electron/hubbers
16+ # directories
17+ /default_app / @ electron/docs
18+ /docs / @ electron/docs
19+ /docs-translations / @ electron/i18n
20+ /npm / @ electron/hubbers
You can’t perform that action at this time.
0 commit comments