mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-22 10:57:50 +01:00
Add more frontend filetypes to CODEOWNERS
This just prevents @nilsding from getting code review requests on frontend-related code.
This commit is contained in:
parent
3e7c6d8d95
commit
993667ad0c
1 changed files with 4 additions and 1 deletions
5
.github/CODEOWNERS
vendored
5
.github/CODEOWNERS
vendored
|
@ -8,7 +8,10 @@
|
|||
|
||||
# Frontend assets
|
||||
*.coffee @pixeldesu
|
||||
*.js @pixeldesu
|
||||
*.json @pixeldesu
|
||||
*.scss @pixeldesu
|
||||
*.ts @pixeldesu
|
||||
|
||||
# Frontend views
|
||||
*.haml @pixeldesu
|
||||
|
@ -24,4 +27,4 @@
|
|||
|
||||
# Docker setup related files
|
||||
Dockerfile @pixeldesu
|
||||
docker-compose.yml @pixeldesu
|
||||
docker-compose.yml @pixeldesu
|
||||
|
|
Loading…
Reference in a new issue