-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCODEOWNERS
More file actions
37 lines (30 loc) · 930 Bytes
/
CODEOWNERS
File metadata and controls
37 lines (30 loc) · 930 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
29
30
31
32
33
34
35
36
37
# Configs
tsconfig.json @ArsenTech
tsconfig.node.json @ArsenTech
*.config.* @ArsenTech
components.json @ArsenTech
tauri.conf.json @ArsenTech
# Package Managing
package.json @ArsenTech
package-lock.json @ArsenTech
Cargo.toml @ArsenTech
Cargo.lock @ArsenTech
build.rs @ArsenTech
src/main.rs @ArsenTech
# Common Repo Files
README.md @ArsenTech
LICENSE.md @ArsenTech
docs/** @ArsenTech
CHANGELOG.md @ArsenTech
.gitignore @ArsenTech
# Credits data
src/components/credits.tsx @ArsenTech
src/lib/constants/credits.ts @ArsenTech
# All GitHub workflow files
.github/** @ArsenTech
# All VSCode files (If you're working on VSCode)
.vscode/** @ArsenTech
# All Rust Configs
.cargo/** @ArsenTech
# Env Files
src/vite-env.d.ts @ArsenTech