Can I git ignore types/generated?

Hello, I’m having conflicts with almost every pull request I check on the strapi project I’m woking on with my team.

On types/generated these are the files that give conflicts:
components.d.ts
contentTypes.d.ts

Is it OK if I add them to the gitignore file? Would there be any problem by doing so? I see that they get generated when I run on dev mode, but I don’t see them getting generated on build, so I’m a bit confused. I would appreciate it if someone could help me with this, thanks.

This topic has been created from a Discord post (1293590503249543268) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

pretty weird that you have conflicts on those files. what kind of conflicts do you get?