.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.
14 lines
129 B
Plaintext
14 lines
129 B
Plaintext
/bin/
|
|
/tmp
|
|
*.tmp
|
|
*.dockerimage
|
|
/vendor
|
|
vendor.tzst
|
|
modcache.tzst
|
|
|
|
# Generated manifest files
|
|
.index.mf
|
|
|
|
# Stale files
|
|
.drone.yml
|