mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
16e461385e
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
20 lines
293 B
YAML
20 lines
293 B
YAML
'scope: curriculum':
|
|
- curriculum/challenges/**/*
|
|
|
|
'platform: learn':
|
|
- client/**/*
|
|
|
|
'platform: api':
|
|
- api/**/*
|
|
|
|
'scope: tools/scripts':
|
|
- tools/**/*
|
|
- .github/**/*
|
|
- utils/**/*
|
|
- e2e/**/*
|
|
|
|
'scope: i18n':
|
|
- client/i18n/**/*
|
|
- config/crowdin/**/*
|
|
- shared/config/i18n/**/*
|