I'am new for this platform and working on nRF Connect SDK v1.6.1 with SES on windows.
i plan to develop based on a sample project. so, for example i select file-->open nRF connect SDK Project, and then Projects: sms; Board name: nrf9160dk_nrf9160ns.
then, i find there will be a new folder "build_nrf9160dk_nrf9160ns" generated in the sample/nrf9160/sms/
we might have a few members to work together on the same project, so i'm thinking to share the sms folder with others.( i'm not sure if this is the proper way though).
but the problem is there are a lot of files generated in the "build_nrf9160dk_nrf9160ns" folder include absolute paths so that the others may not open the project correctly.
so, can it generate a sample project with relative paths? or any other ways to satisfy multi-developer scenari?.