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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user