[SOLVED] Creating a new folder?

Hi

Is it possible to create a new folder at all? I can create a new file but I do not see a way to create an empty folder?

You can simply specify the complete path to the new file in order to generate folders :wink:

It’s a restriction from git itself. It doesn’t allow empty folders. Normally you would add a .gitkeep to a folder to be able to commit.

1 Like

thanks, it makes sense. I will try it