create-golden 1.4.5 → 1.4.6

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -141,7 +141,7 @@ function saveToken(token) {
141
141
 
142
142
  function updateGitignore(projectRoot) {
143
143
  const gitignorePath = path.join(projectRoot, '.gitignore');
144
- const ignoreRules = ['.cursorrules', '代码规范.md', 'AGENTS.md'];
144
+ const ignoreRules = ['.cursorrules', '代码规范.md', 'AGENTS.md', '组件和功能速查地图.md'];
145
145
 
146
146
  try {
147
147
  let gitignoreContent = '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-golden",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "Create a new golden-template project from the latest GitHub repository (requires GITHUB_TOKEN)",
5
5
  "main": "index.js",
6
6
  "bin": {