fix(shadcn): apple metadata files in tar

This commit is contained in:
shadcn
2026-03-08 12:14:24 +04:00
parent 119d534e85
commit 1ce9c2dd6a
12 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"shadcn": patch
---
fix apple metadata files in template

View File

@@ -777,6 +777,8 @@ async function buildTemplates() {
".git",
"--exclude",
"pnpm-lock.yaml",
"--exclude",
"._*",
"-C",
templatesDir,
name,