mediawiki-extensions-Popups/.gitignore
bwang 2081ab4bf3 build: Replace Grunt tasks with npm scripts for eslint, stylelint, banana-checker & svgo.
Changes of note:
- The doc and node-debug jobs are moved to ensure that all test prefixed
jobs are together in the package.json manifest.
- 2 additional scripts are added (linter:js & linter:styles) to match WVUI's NPM script naming convention.

Bug: T206462
Change-Id: Ib84f93c20f13aefb2d8f8755261b1f14e5902f16
2021-04-21 22:25:17 +00:00

14 lines
198 B
Plaintext

/docs/js/
/docs/ui/
/docs/php/
/.nyc_output/
/node_modules/
/vendor/
/composer.lock
/.eslintcache
/.storybook/node_modules
/.storybook/dist
/.storybook/mocks/**/*.less
/tests/selenium/log
.DS_Store