mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-11 16:59:09 +00:00
54b620042a
Change-Id: Ib3a61615af634ad7dc94fa09d521b90bc5db3e0d
46 lines
461 B
Plaintext
46 lines
461 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
|
|
.vscode
|
|
/.phpunit.result.cache
|