加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
yongkang 提交于 2024-08-23 14:31 . feat: update build plugin and utils
# .gitignore
node_modules
/server
/dist
/report.html
# local env files
*.d.ts
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.vercel
#Electron-builder output
/dist_electron
# Yarn lock file
yarn.lock
# pnpm lock file
pnpm-lock.yaml
# TypeScript declaration file for components
components.d.ts
# TypeScript declaration file for auto-imports
auto-imports.d.ts
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化