mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
Merge remote-tracking branch 'origin/ft/vuepress' into ft/vuepress-no-cli
# Conflicts: # .babelrc # .gitignore # README.md # build/webpack.base.conf.js # build/webpack.dev.conf.js # build/webpack.prod.conf.js # build/webpack.site.conf.js # dev/dev.html # docs/gitbook/Api/Props.md # package.json # test/unit/karma.conf.js # test/unit/specs/Select.spec.js # tests/helpers.js # tests/unit/.eslintrc.js # tests/unit/Ajax.spec.js # tests/unit/Deselecting.spec.js # tests/unit/Dropdown.spec.js # tests/unit/Filtering.spec.js # tests/unit/Labels.spec.js # tests/unit/Layout.spec.js # tests/unit/ObjectIndex.spec.js # tests/unit/ReactiveOptions.spec.js # tests/unit/Selecting.spec.js # tests/unit/Tagging.spec.js # tests/unit/TypeAhead.spec.js # yarn.lock
This commit is contained in:
+24
-10
@@ -1,14 +1,28 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
test/unit/coverage
|
||||
.coveralls.yml
|
||||
.flowconfig
|
||||
package-lock.json
|
||||
docs/gitbook/_book
|
||||
docs/node_modules
|
||||
site
|
||||
_book
|
||||
dist
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw*
|
||||
|
||||
# Project specific
|
||||
coverage
|
||||
dist
|
||||
test/unit/coverage
|
||||
package-lock.json
|
||||
dev/dist
|
||||
docs/.vuepress/dist
|
||||
|
||||
Reference in New Issue
Block a user