-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCODEOWNERS
54 lines (54 loc) · 1.29 KB
/
CODEOWNERS
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Start of script
# I am going to keep trying on this until I get it right
# @seanpm2001 is the global code owner for this project
/// @seanpm2001
/ @seanpm2001
/* @seanpm2001
* @seanpm2001
# Directories at root
/.github/ @seanpm2001
/Clash of Clans/ @seanpm2001
/External/ @seanpm2001
/OldVersions/ @seanpm2001
/RepoData/ @seanpm2001
# Files at root
.editorconfig @seanpm2001
.gitattributes @seanpm2001
.gitignore @seanpm2001
AUTHORS @seanpm2001
CITATION.cff @seanpm2001
CONTRIBUTING.md @seanpm2001
COPYINGL @seanpm2001
CREDITS @seanpm2001
DRM-free_label.en.svg @seanpm2001
FAIR-USE.md @seanpm2001
INSTALL @seanpm2001
K.desktop @seanpm2001
LICENSE.txt @seanpm2001
Clash_of_Clans_Logo.png
CoC_Icon.png
SUPERCELL.jpeg
PROJECT_LANG_1.ex @seanpm2001
README.md @seanpm2001
SECURITY.md @seanpm2001
SponsorButton.png @seanpm2001
desktop.ini @seanpm2001
makefile.mk @seanpm2001
# Individual file types
*.txt @seanpm2001
*.jpg @seanpm2001
*.md @seanpm2001
*.mk @seanpm2001
*.ex @seanpm2001
*.png @seanpm2001
*.svg @seanpm2001
*.cff @seanpm2001
*.jpeg @seanpm2001
*.JPG @seanpm2001
*.JPEG @seanpm2001
# No more individual file types for now
# File info
# File type: codeowners file (CODEOWNERS)
# File version: 1 (2021, Sunday, December 26th at 7:54 pm
# Line count (including blank lines and compiler line): 55
# End of script