Commit 4f0f2db7 by DaiJiezhang

chore: 忽略上传目录与本地测试数据脚本

uploads/ 是后端写入的资产图片目录,此前没有被任何规则挡住,
执行 git add . 会把设备图片一并提交进仓库。

同时忽略 db-seed/ 与 *.seed.sql:本地造数脚本各人环境不同,
放在仓库外,需要时自行执行。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
parent 29eba1a3
...@@ -35,3 +35,10 @@ frontend/output/ ...@@ -35,3 +35,10 @@ frontend/output/
frontend/test-results/ frontend/test-results/
test-results/ test-results/
openspec/changes/integrate-authentication-to-master/ openspec/changes/integrate-authentication-to-master/
# 运行时上传的资产图片:由后端写入,属于本地数据而非源码。
uploads/
backend/uploads/
# 本地造数用的测试数据脚本,各人环境不同,不进仓库。
db-seed/
*.seed.sql
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment