I've multiples Pods, our own SDK which generated Framework and Bundles which is eventually use in App, every time I changed into my SDK those Bundle and Framework gets changed, and all Frameworks and bundle files comes into unstaging files in my project hierarchy which I don't want because these are unnecessary files and added into staging with my important file which I changed and want to commit, same is the case with Pods. As shown in screenshot.
My project is hosted on Gitlab. What I already attempted. Added all unnecessary files into gitignore and commit push gitignore file. Every time I use to discard them or remove them but regenerate after update my framework and bundle.
Let me know to fix this issue. Looking for suggestion and answers. Thanks in advance.