Files
xmc-Assets/.gitignore
caopeng a254aae503 feat(web): 引入 Vite 前端应用并扩展仓库忽略规则
将整套 web 源码纳入仓库,并为 web/node_modules、构建产物及本地环境文件配置 .gitignore,同时移除占位用的 assets/.gitkeep。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-17 15:22:29 +08:00

18 lines
219 B
Plaintext

# dependencies
web/node_modules/
web/dist/
# env files - ignore local overrides
web/src/.env.local
web/src/.env.*.local
# IDE files
.idea/
.vscode/
# OS files
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*