Namespace WebInstaller classes
[mediawiki.git] / .eslintignore
blobbeb21f7e6c77f2c377c74fcda40fe4bd2900fdfe
1 # Upstream code
2 /resources/lib/
3 /resources/src/jquery.tipsy/
4 /resources/src/mediawiki.libs.jpegmeta/
6 # Skip functions
7 /resources/src/skip-*
9 # Build tooling
10 /docs/coverage/
11 /docs/html/
12 /docs/js/
13 /docs/latex/
14 /vendor/
15 /tests/coverage/
16 /tests/phpunit/data/registration/duplicate_keys.json
17 /tests/phpunit/data/resourceloader/codexModules/
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/