2020-04-22 18:15:13 +00:00
|
|
|
# Upstream code
|
|
|
|
|
/resources/lib/
|
|
|
|
|
/resources/src/mediawiki.libs.jpegmeta/
|
2021-04-13 23:24:36 +00:00
|
|
|
|
|
|
|
|
# Skip functions
|
|
|
|
|
/resources/src/skip-*
|
2020-04-22 18:15:13 +00:00
|
|
|
|
|
|
|
|
# Build tooling
|
2022-07-26 22:31:50 +00:00
|
|
|
/docs/coverage/
|
2023-04-15 23:32:52 +00:00
|
|
|
/docs/html/
|
2022-07-26 22:31:50 +00:00
|
|
|
/docs/js/
|
|
|
|
|
/docs/latex/
|
2020-04-22 18:15:13 +00:00
|
|
|
/vendor/
|
|
|
|
|
/tests/coverage/
|
2024-08-29 19:01:46 +00:00
|
|
|
|
|
|
|
|
# Test data
|
2020-04-22 18:15:13 +00:00
|
|
|
/tests/phpunit/data/registration/duplicate_keys.json
|
2024-05-02 03:27:22 +00:00
|
|
|
/tests/phpunit/data/resourceloader/codex/
|
|
|
|
|
/tests/phpunit/data/resourceloader/codex-devmode/
|
2024-11-13 17:51:54 +00:00
|
|
|
/tests/phpunit/data/SelserContext/*.json
|
2021-11-11 18:46:32 +00:00
|
|
|
/tests/phpunit/unit/includes/Settings/Source/fixtures/bad.json
|
2024-08-29 19:01:46 +00:00
|
|
|
/tests/phpunit/**/*malformed*.json
|
2021-07-29 06:28:12 +00:00
|
|
|
/maintenance/benchmarks/data/
|
2020-04-22 18:15:13 +00:00
|
|
|
|
|
|
|
|
# Nested projects
|
|
|
|
|
/extensions/
|
|
|
|
|
/skins/
|
2021-03-04 17:43:29 +00:00
|
|
|
|
|
|
|
|
# Language files written automatically by TranslateWiki
|
|
|
|
|
/**/i18n/**/*.json
|
2021-11-19 20:35:31 +00:00
|
|
|
!/**/i18n/**/en.json
|
|
|
|
|
!/**/i18n/**/qqq.json
|
2021-03-04 17:58:15 +00:00
|
|
|
|
2021-09-23 23:47:22 +00:00
|
|
|
# Ignore directories where MW may write internal files (T291674)
|
|
|
|
|
# Ref $wgCacheDirectory (installer)
|
|
|
|
|
# Ref $wgUploadDirectory (run-time default)
|
|
|
|
|
/cache/
|
2021-03-04 17:58:15 +00:00
|
|
|
/images/
|