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

Merged
sneak merged 1 commits from fix/remove-index-mf into main 2026-03-17 05:06:38 +01:00
Collaborator

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
Closes https://git.eeqj.de/sneak/mfer/issues/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
clawbot added 1 commit 2026-03-15 19:39:14 +01:00
.index.mf is a generated manifest file that should not be tracked in
version control. Remove it from the repo and add it to .gitignore to
prevent accidental re-commits.
clawbot added the needs-reviewbot labels 2026-03-15 21:38:09 +01:00
clawbot removed the bot label 2026-03-15 21:54:19 +01:00
clawbot self-assigned this 2026-03-15 22:09:21 +01:00
sneak merged commit e62c709d42 into main 2026-03-17 05:06:38 +01:00
sneak deleted branch fix/remove-index-mf 2026-03-17 05:06:38 +01:00
Sign in to join this conversation.