36 lines
473 B
Plaintext
36 lines
473 B
Plaintext
# 依赖
|
|
node_modules
|
|
.npm
|
|
|
|
# 构建产物
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# 编辑器
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# 日志
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# 类型自动生成产物(unplugin-auto-import / unplugin-vue-components 会在首次启动时生成)
|
|
src/types/auto-imports.d.ts
|
|
src/types/components.d.ts
|
|
|
|
# TS 增量构建缓存
|
|
*.tsbuildinfo
|