File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # Lines starting with '#' are comments.
2+ #
3+ # File patterns are case-sensitive and follow most of the same rules used in
4+ # .gitignore files. Start patterns that are meant to be relative to the root
5+ # with a forward slash to prevent the matching from occurring at an arbitraty
6+ # level. End patterns that are meant to match directories with a forward slash
7+ # to make it visually apparent.
8+ #
9+ # Each file pattern should be followed by one or more GitHub usernames or team
10+ # names using the standard @username or @swiftlang/team-name format. Please
11+ # order these names lexicographically.
12+ #
13+ # Line order is important. The last matching pattern in this file takes
14+ # precedence.
15+ # More information: https://docs.github.com/en/articles/about-code-owners
16+ #
17+ # Please list patterns by mirroring the repository's file hierarchy in
18+ # case-sensitive lexicographic order. This approach follows a well-established
19+ # and familiar order for navigation, helps to avoid inadvertent ownership
20+ # overrides, and makes uncharted parts of the repository easier to pin down.
21+
22+ # Default code owner of everything.
23+ * @ swiftlang/swift-foundation-codeowners
You can’t perform that action at this time.
0 commit comments