components.d.ts
is auto-generated by unplugin-vue-components
and often cause conflicts in some of the projects I have participated in. I personally don’t think it should be tracked.
Different from lockfiles, components.d.ts
are only exists for TypeScript, does not “lock” anything, and its content is relevant to the user’s environment.
I searched components.d.ts
file on GitHub and found 15.4k results. However, when searching components.d.ts
, I found 0 result. Maybe GitHub don’t index .gitignore
.
1