mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
a77fed0a55
This makes built assets available in jenkins, Also addresses miscellaneous feedback relating to configuration variable name and track topic name. Change-Id: Ic70d517eba96aab6512a96ea19d6be56b3664871
51 lines
548 B
Plaintext
51 lines
548 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
|
|
/log
|
|
/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
|