mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
31 lines
322 B
Plaintext
31 lines
322 B
Plaintext
.DS_Store
|
|
node_modules
|
|
|
|
# local env files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
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
|
|
docs/.vuepress/dist
|
|
.netlify
|