The '1.44' test data is the current serialization output. The '1.44_native' test data is the output after I9e6b924d62ccc3312f5c70989477da1e2f21c86b which uses native PageBundle serialization. This is to establish forward-compatibility using the procedure described at https://www.mediawiki.org/wiki/Manual:Parser_cache/Serialization_compatibility Change-Id: I8d53ff3e9c600cce16a0fc07f3665a91e5d8036b (cherry picked from commit 9f6ee7ef03b2c3657aff60e81c4a0c17599cdc46)
38 lines
855 B
Text
38 lines
855 B
Text
# Upstream code
|
|
/resources/lib/
|
|
/resources/src/mediawiki.libs.jpegmeta/
|
|
|
|
# Skip functions
|
|
/resources/src/skip-*
|
|
|
|
# Build tooling
|
|
/docs/coverage/
|
|
/docs/html/
|
|
/docs/js/
|
|
/docs/latex/
|
|
/vendor/
|
|
/tests/coverage/
|
|
|
|
# Test data
|
|
/tests/phpunit/data/registration/duplicate_keys.json
|
|
/tests/phpunit/data/resourceloader/codex/
|
|
/tests/phpunit/data/resourceloader/codex-devmode/
|
|
/tests/phpunit/data/SelserContext/*.json
|
|
/tests/phpunit/unit/includes/Settings/Source/fixtures/bad.json
|
|
/tests/phpunit/**/*malformed*.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/
|