This commit is contained in:
cjd
2025-11-04 21:09:11 +08:00
parent 5313d475c5
commit 8a4843bf46
117 changed files with 15641 additions and 9 deletions

35
.gitignore vendored
View File

@@ -1,11 +1,30 @@
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# TODO: where does this rule come from?
docs/_book
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
# TODO: where does this rule come from?
test/
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.tsbuildinfo