How to deal with ESP32 sdkconfig files?

I created a clean ESP32 idf project and it created a large sdkconfig.horngill32dev file which I presume can be modified with menuconfig.

Looking at the examples at the repo below I see projects with just a small menuconfig.default file. Which is the recommanded or more reasonable way?