.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
.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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #49
.index.mfis a generated manifest file produced at runtime bymfer gen. It was committed to the repo but should not be tracked in version control.Changes:
git rm .index.mfto remove it from tracking.index.mfto.gitignoreto prevent accidental re-commits