remove unused file from my project

I'm currently working on some projects for the nRF54 platform using NCS and VS Code. I want to delete the unused files in my project because the codebase has become too large. Is there a quick way to identify which folders I don't need? Alternatively, is there a way to copy only the files I'm using and create a new repository?

If neither is possible, could you provide a guide explaining the purpose of the different folders in this SDK?


thanks

Related