将整套 web 源码纳入仓库,并为 web/node_modules、构建产物及本地环境文件配置 .gitignore,同时移除占位用的 assets/.gitkeep。 Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
219 B
Plaintext
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*
|