Add missing cases to ParserOutput::collectMetadata()
[mediawiki.git] / .eslintignore
blob300e20a282876893df7dc3751e5beabf49e2ba11
1 # Upstream code
2 /resources/lib/
3 /resources/src/mediawiki.libs.jpegmeta/
5 # Skip functions
6 /resources/src/skip-*
8 # Build tooling
9 /docs/coverage/
10 /docs/html/
11 /docs/js/
12 /docs/latex/
13 /vendor/
14 /tests/coverage/
15 /tests/phpunit/data/registration/duplicate_keys.json
16 /tests/phpunit/data/resourceloader/codex/
17 /tests/phpunit/data/resourceloader/codex-devmode/
18 /tests/phpunit/unit/includes/Settings/Source/fixtures/bad.json
19 /maintenance/benchmarks/data/
21 # Nested projects
22 /extensions/
23 /skins/
25 # Language files written automatically by TranslateWiki
26 /**/i18n/**/*.json
27 !/**/i18n/**/en.json
28 !/**/i18n/**/qqq.json
30 # Ignore directories where MW may write internal files (T291674)
31 # Ref $wgCacheDirectory (installer)
32 # Ref $wgUploadDirectory (run-time default)
33 /cache/
34 /images/