mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
66359e8fa5
Bug: T300561 Change-Id: Ib7c314b094bd823ae233374f63c9094724d6c06f
50 lines
543 B
Plaintext
50 lines
543 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
|
|
/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
|