File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # This is a CODEOWNERS file. It defines who is responsible for different parts of the codebase.
2+ # See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
3+
4+ # These owners will be the default owners for everything in the repo.
5+ # Unless a later match takes precedence, they will be requested for review when someone opens a pull request.
6+ * @ Iterable/mobile
7+
8+ # Plugin source code
9+ /plugin / @ Iterable/mobile
10+
11+ # Runtime code
12+ /src / @ Iterable/mobile
13+
14+ # Example app
15+ /example / @ Iterable/mobile
16+
17+ # Configuration files
18+ /.github / @ Iterable/mobile
19+ /tsconfig.json @ Iterable/mobile
20+ /.eslintrc.js @ Iterable/mobile
21+ /.prettierrc @ Iterable/mobile
22+ /.editorconfig @ Iterable/mobile
23+ /.nvmrc @ Iterable/mobile
24+
25+ # Documentation
26+ /README.md @ Iterable/mobile
27+ /CHANGELOG.md @ Iterable/mobile
28+ /LICENSE @ Iterable/mobile
29+
30+ # Build and test configuration
31+ /jest.config.js @ Iterable/mobile
32+ /expo-module.config.json @ Iterable/mobile
You can’t perform that action at this time.
0 commit comments