hytopia 0.6.1 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/scripts.mjs CHANGED
@@ -363,6 +363,7 @@ function packageProject() {
363
363
 
364
364
  // Files/directories to exclude
365
365
  const excludeItems = [
366
+ '.git',
366
367
  'node_modules',
367
368
  'package-lock.json',
368
369
  'bun.lock',