wiki.techinc.nl/.eslintignore
Reedy 7ffd9e8daf .eslintignore: Remove jquery.tipsy reference
Bug: T117720
Change-Id: I5d554f390d7826bc3542b2574d4642c489212c4e
Follows-Up: I39a5efe3dcfa276fcdf7627d41923904917958cf
2024-01-16 21:11:39 +00:00

33 lines
723 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/
/tests/phpunit/data/registration/duplicate_keys.json
/tests/phpunit/data/resourceloader/codexModules/
/tests/phpunit/unit/includes/Settings/Source/fixtures/bad.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/