feat: add Vue init project
This commit is contained in:
33
.gitignore
vendored
33
.gitignore
vendored
@ -26,3 +26,36 @@ go.work.sum
|
||||
/_output
|
||||
/deployment/db_data
|
||||
/tmp/**
|
||||
|
||||
# Vue
|
||||
#
|
||||
# Logs
|
||||
web/logs
|
||||
web/*.log
|
||||
web/npm-debug.log*
|
||||
web/yarn-debug.log*
|
||||
web/yarn-error.log*
|
||||
web/pnpm-debug.log*
|
||||
web/lerna-debug.log*
|
||||
|
||||
web/node_modules
|
||||
web/.DS_Store
|
||||
web/dist
|
||||
web/dist-ssr
|
||||
web/coverage
|
||||
web/*.local
|
||||
|
||||
web/cypress/videos/
|
||||
web/cypress/screenshots/
|
||||
|
||||
# Editor directories and files
|
||||
web/.vscode/*
|
||||
web/!.vscode/extensions.json
|
||||
web/.idea
|
||||
web/*.suo
|
||||
web/*.ntvs*
|
||||
web/*.njsproj
|
||||
web/*.sln
|
||||
web/*.sw?
|
||||
|
||||
web/*.tsbuildinfo
|
||||
|
Reference in New Issue
Block a user