Remove committed .index.mf and add to .gitignore (#52)

Closes #49

`.index.mf` is a generated manifest file produced at runtime by `mfer gen`. It was committed to the repo but should not be tracked in version control.

Changes:
- `git rm .index.mf` to remove it from tracking
- Added `.index.mf` to `.gitignore` to prevent accidental re-commits

Co-authored-by: user <user@Mac.lan guest wan>
Reviewed-on: #52
Co-authored-by: clawbot <clawbot@noreply.example.org>
Co-committed-by: clawbot <clawbot@noreply.example.org>
This commit was merged in pull request #52.
This commit is contained in:
2026-03-17 05:06:37 +01:00
committed by Jeffrey Paul
parent 89903fa1cd
commit e62c709d42
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@@ -6,5 +6,8 @@
vendor.tzst vendor.tzst
modcache.tzst modcache.tzst
# Generated manifest files
.index.mf
# Stale files # Stale files
.drone.yml .drone.yml

BIN
.index.mf

Binary file not shown.