mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 00:58:44 +00:00
9738d283db
Add `.vscode` to `.gitignore`, delete existing `.vscode` directory Change-Id: I0534fa9f08c8d50e0f7521185c7ed08e01630d3e
25 lines
246 B
Plaintext
25 lines
246 B
Plaintext
# Editors
|
|
*~
|
|
*.kate-swp
|
|
.*.swp
|
|
sublime-*
|
|
.project
|
|
.settings
|
|
\#*#
|
|
.#*
|
|
/.idea
|
|
.vscode
|
|
|
|
# Install and build artifacts
|
|
/docs
|
|
node_modules
|
|
composer.lock
|
|
vendor
|
|
screenshots/*.png
|
|
.eslintcache
|
|
tests/selenium/log
|
|
.api-testing.config.json
|
|
|
|
# OS
|
|
.DS_Store
|