feat: 项目初始化。

This commit is contained in:
tianyongbao
2025-12-22 11:40:08 +08:00
parent c5fb4b818e
commit f989d929e5
359 changed files with 28930 additions and 78 deletions

34
.gitignore vendored
View File

@@ -1,11 +1,29 @@
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
.DS_Store
.history
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
# TODO: where does this rule come from?
docs/_book
tests/**/coverage/
tests/e2e/reports
selenium-debug.log
# TODO: where does this rule come from?
test/
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.local
package-lock.json
yarn.lock
pnpm-lock.yaml
# 编译生成的文件
auto-imports.d.ts
components.d.ts