Merge "Add ARIA labels for the table of contents toggle button"
[mediawiki.git] / .eslintignore
blobc096a6c526bfd89ec74b65d2774fcdfb53a44f05
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/
16 # Test data
17 /tests/phpunit/data/registration/duplicate_keys.json
18 /tests/phpunit/data/resourceloader/codex/
19 /tests/phpunit/data/resourceloader/codex-devmode/
20 /tests/phpunit/unit/includes/Settings/Source/fixtures/bad.json
21 /tests/phpunit/**/*malformed*.json
22 /maintenance/benchmarks/data/
24 # Nested projects
25 /extensions/
26 /skins/
28 # Language files written automatically by TranslateWiki
29 /**/i18n/**/*.json
30 !/**/i18n/**/en.json
31 !/**/i18n/**/qqq.json
33 # Ignore directories where MW may write internal files (T291674)
34 # Ref $wgCacheDirectory (installer)
35 # Ref $wgUploadDirectory (run-time default)
36 /cache/
37 /images/