Remove committed .index.mf and add to .gitignore #52
Reference in New Issue
Block a user
Delete Branch "fix/remove-index-mf"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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