create-kide-app 0.3.1 → 0.3.2
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/index.js +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -55,8 +55,10 @@ const REPO =
|
|
|
55
55
|
const CLEANUP = [
|
|
56
56
|
"docs",
|
|
57
57
|
"CLAUDE.md",
|
|
58
|
+
"CONTRIBUTING.md",
|
|
58
59
|
".claude/settings.local.json",
|
|
59
60
|
".github/workflows", // upstream CI + @kidecms/core release pipeline — wrong in any scaffold
|
|
61
|
+
".github/pull_request_template.md", // Kide's own contribution checklist — wrong in any scaffold
|
|
60
62
|
"scripts/verify-cloudflare.mjs", // needs the adapters/ overlay, which every scaffold deletes
|
|
61
63
|
"data",
|
|
62
64
|
".cms-data",
|