remove committed .index.mf and add to .gitignore

.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.
This commit is contained in:
user
2026-03-15 11:38:39 -07:00
parent 89903fa1cd
commit 1d769012a7
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.