观点 · 6 分钟阅读
Should CSV live in Git? Versioning data dumps for engineering teams
Git diffs on shifting data are noisy; LFS and external object stores often fit better than raw commits.
发布于 2025年3月21日 · Table
Small reference CSVs (test fixtures) belong in Git. Large, churning exports pollute history and inflate clones, prefer artifact storage with metadata pointers in the repo.
Rule of thumb
- If it changes daily, do not commit it.
- If it defines schema, commit a stable sample only.