Skip to content

Commit

Permalink
issue-#101 - Added 'CODEOWNERS' file (files docs located in github do…
Browse files Browse the repository at this point in the history
…cs.).
  • Loading branch information
elycruz committed Aug 31, 2022
1 parent ed05406 commit 3e60ded
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# CODEOWNERS file
# ----
# @see following link for syntax:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# ----

# Protected files
# ----
.circleci @elycruz
.editorconfig @elycruz
.gitignore @elycruz
.npmignore @elycruz
.github/ @elycruz
./*.json @elycruz

LICENSE @elycruz
README @elycruz
rollup* @elycruz

package-lock.json

0 comments on commit 3e60ded

Please sign in to comment.