mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles
synced 2024-11-13 18:26:59 +00:00
72135b1202
* https://npmjs.com/advisories/1118 Additional changes: * Enable eslint caching. * Enable eslint's reportUnusedDisableDirectives. Change-Id: Id9175e29c906b3e40cbd58e13ab148bd72bcca66
25 lines
225 B
Plaintext
25 lines
225 B
Plaintext
# Editors
|
|
*.kate-swp
|
|
*~
|
|
\#*#
|
|
.#*
|
|
.*.swp
|
|
.project
|
|
cscope.files
|
|
cscope.out
|
|
*.orig
|
|
## NetBeans
|
|
nbproject*
|
|
project.index
|
|
## Sublime
|
|
sublime-*
|
|
sftp-config.json
|
|
|
|
# Composer
|
|
/vendor
|
|
/composer.lock
|
|
|
|
# NPM
|
|
/node_modules
|
|
/.eslintcache
|