Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CODEOWNERS
# GitHub will automatically request reviews from these owners
# when a pull request modifies the matching files/paths.
# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Global owner — @utkarsh232005 is required reviewer for all files
* @utkarsh232005

# Workflow files
.github/ @utkarsh232005

# Core source
src/ @utkarsh232005

# Package config
package.json @utkarsh232005
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ dist/
*.log
.env
.npmrc
BLUEPRINT.md
BLUEPRINT.md
./bin
3 changes: 0 additions & 3 deletions bin/kdm.js

This file was deleted.