mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
09fe15e939
If LOG_DIR environment variable is set, create report there. If it is not set, create the report in 'a11y/'. Bug: T301184 Change-Id: I74fa6e8ee59d43e5a6e57083999107ac27446a62
51 lines
549 B
Plaintext
51 lines
549 B
Plaintext
# git-deploy status file:
|
|
/.deploy
|
|
|
|
# Editors
|
|
*.kate-swp
|
|
*~
|
|
\#*#
|
|
.#*
|
|
.*.swp
|
|
.project
|
|
cscope.files
|
|
cscope.out
|
|
## NetBeans
|
|
nbproject*
|
|
project.index
|
|
## Sublime
|
|
sublime-*
|
|
sftp-config.json
|
|
|
|
# Building & testing
|
|
/composer.lock
|
|
/docs
|
|
/a11y
|
|
/node_modules
|
|
/vendor
|
|
/coverage
|
|
|
|
# Operating systems
|
|
## Mac OS X
|
|
.DS_Store
|
|
## Windows
|
|
Thumbs.db
|
|
|
|
# Misc
|
|
.buildpath
|
|
.classpath
|
|
.idea
|
|
.metadata*
|
|
.settings
|
|
/static*
|
|
/tags
|
|
/.htaccess
|
|
/.htpasswd
|
|
.eslintcache
|
|
|
|
# storybook
|
|
/.storybook/resolve-less-imports/
|
|
/.storybook/resolve-imports/
|
|
/.storybook/integration.less
|
|
.vscode
|