mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
98c278b2bb
BREAKING: mixins are no longer exported from the index (and will likely be converted to hooks)
37 lines
383 B
Plaintext
37 lines
383 B
Plaintext
.DS_Store
|
|
node_modules
|
|
|
|
# local env files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
logs
|
|
*.log
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw*
|
|
|
|
# Project specific
|
|
coverage
|
|
dist
|
|
test/unit/coverage
|
|
package-lock.json
|
|
dev/dist
|
|
dist-ssr
|
|
*.local
|
|
.netlify
|
|
docs/.vuepress/dist
|