-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (22 loc) · 936 Bytes
/
CODEOWNERS
File metadata and controls
28 lines (22 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
# It uses the same pattern rule for gitignore file
# https://git-scm.com/docs/gitignore#_pattern_format
# GitHub
.github/** @unknowIfGuestInDream
# Dev conf
.vscode/** @unknowIfGuestInDream
.editorconfig @unknowIfGuestInDream
.gitattributes @unknowIfGuestInDream
.gitignore @unknowIfGuestInDream
# Source
src/** @unknowIfGuestInDream
# Config files
package.json @unknowIfGuestInDream
package-lock.json @unknowIfGuestInDream
tsconfig.json @unknowIfGuestInDream
eslint.config.mjs @unknowIfGuestInDream
# Document
LICENSE @unknowIfGuestInDream
README.md @unknowIfGuestInDream
CHANGELOG.md @unknowIfGuestInDream