solved merge conflicts
This MR removes auto-generated Strapi type definition files (components.d.ts and contentTypes.d.ts) from version control and updates .gitignore to prevent future tracking.
Since these files are automatically generated by Strapi, keeping them in the repository was causing unnecessary merge conflicts. They will now be generated locally during development.
This ensures a cleaner repository and avoids repeated type-related conflicts in the future.