create-golden 1.4.4 → 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.
- package/index.js +1 -1
- 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'];
|
|
144
|
+
const ignoreRules = ['.cursorrules', '代码规范.md', 'AGENTS.md', '组件和功能速查地图.md'];
|
|
145
145
|
|
|
146
146
|
try {
|
|
147
147
|
let gitignoreContent = '';
|