mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-06 18:09:10 +00:00
22 lines
750 B
Plaintext
22 lines
750 B
Plaintext
# Order is important; the last matching pattern takes the most precedence.
|
|
|
|
# everything (whole code-base) - Junior Devs
|
|
* @pagefaultgames/junior-dev-team
|
|
|
|
# github actions/templates etc. - Dev Leads
|
|
/.github @pagefaultgames/senior-dev-team
|
|
|
|
# Art Team
|
|
/public/**/*.png @pagefaultgames/art-team
|
|
/public/**/*.json @pagefaultgames/art-team
|
|
/public/images @pagefaultgames/art-team
|
|
/public/battle-anims @pagefaultgames/art-team
|
|
|
|
# Audio files
|
|
*.mp3 @pagefaultgames/composer-team
|
|
*.wav @pagefaultgames/composer-team
|
|
*.ogg @pagefaultgames/composer-team
|
|
/public/audio @pagefaultgames/composer-team
|
|
|
|
# Balance Files; contain actual code logic and must also be owned by dev team
|
|
/src/data/balance @pagefaultgames/balance-team @pagefaultgames/junior-dev-team |