godots icon indicating copy to clipboard operation
godots copied to clipboard

Duplicate Project feature should ignore .git directory

Open 1player opened this issue 3 months ago • 0 comments

I have a skeleton project I use as a base. I have duplicated it, done some work, committed to git until I discovered that I had been committing to the skeleton's git repository. When I duplicated the project, the .git directory got duplicated too.

I believe it's best, upon duplicating a project, to skip the .git directory so every clone can set up their own git history that's separate from the original project.

1player avatar Oct 12 '25 08:10 1player