mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 06:15:20 +01:00
* Remove public folder to prepare for submodule * Add submodule and update licensing * Stop serving non-asset files during build * Update pull request template * Update CODEOWNERS * Add locales submodule * Update pull request template regarding locales * remove post-checkout lefthook in favor of git config * chore: add license info to new script * Update gh pages workflow * Apply kev's suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * update assets
14 lines
666 B
Plaintext
14 lines
666 B
Plaintext
# Order is important; the last matching pattern takes the most precedence.
|
|
|
|
# everything (whole code-base) - Junior Devs
|
|
* @pagefaultgames/junior-dev-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
|
|
/src/data/trainers @pagefaultgames/balance-team @pagefaultgames/junior-dev-team
|
|
|
|
# GitHub actions/templates etc. - Senior Devs
|
|
# Should be defined last in the file to make sure these always override all other definitions
|
|
/.github @pagefaultgames/senior-dev-team
|
|
package.json @pagefaultgames/senior-dev-team
|
|
pnpm-lock.yaml @pagefaultgames/senior-dev-team |