The {en,qqq}.json syntax is Grunt-style, not eslint-style
Change-Id: Ie05358cd17232079857d349ac310751ed637b2a6
30 lines
659 B
Text
30 lines
659 B
Text
# Upstream code
|
|
/resources/lib/
|
|
/resources/src/jquery.tipsy/
|
|
/resources/src/mediawiki.libs.jpegmeta/
|
|
|
|
# Skip functions
|
|
/resources/src/skip-*
|
|
|
|
# Build tooling
|
|
/docs/
|
|
/vendor/
|
|
/tests/coverage/
|
|
/tests/phpunit/data/registration/duplicate_keys.json
|
|
/tests/phpunit/unit/includes/Settings/Source/fixtures/bad.json
|
|
/maintenance/benchmarks/data/
|
|
|
|
# Nested projects
|
|
/extensions/
|
|
/skins/
|
|
|
|
# Language files written automatically by TranslateWiki
|
|
/**/i18n/**/*.json
|
|
!/**/i18n/**/en.json
|
|
!/**/i18n/**/qqq.json
|
|
|
|
# Ignore directories where MW may write internal files (T291674)
|
|
# Ref $wgCacheDirectory (installer)
|
|
# Ref $wgUploadDirectory (run-time default)
|
|
/cache/
|
|
/images/
|