mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
vue cli scaffolding in place
This commit is contained in:
+21
-2
@@ -1,10 +1,29 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
npm-debug.log
|
||||
/dist
|
||||
|
||||
# local env files
|
||||
.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
|
||||
test/unit/coverage
|
||||
.coveralls.yml
|
||||
.flowconfig
|
||||
docs/gitbook/_book
|
||||
docs/node_modules
|
||||
site
|
||||
site
|
||||
|
||||
Reference in New Issue
Block a user