vrchat-community / creator-companion

The Entry Point for Making Things in VRChat
https://vrchat.com/home/download
64 stars 454 forks source link

[BUG] When backing up a project, the .git directory is not included #513

Open eai04191 opened 3 months ago

eai04191 commented 3 months ago

Describe the bug

When backing up a project, the .git directory is not included

To Reproduce

  1. Create a project
  2. Run git init
  3. Do some git operations, such as commit
  4. Create a backup of the project from VCC
  5. Extract the backup
  6. Make sure it does not contain a .git directory

Expected behavior

A project backup will create a "project backup" that includes the .git directory.

Screenshots

No response

Related Product

VCC (VRChat Creator Companion)

Product Version

2.3.2

OS

Windows 11

Additional context

Is there any sensible reason not to include .git in the backup?