multi-agents-cli 1.0.21 → 1.0.22
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/init.js +1 -0
- package/package.json +1 -1
package/init.js
CHANGED
|
@@ -1002,6 +1002,7 @@ const main = async () => {
|
|
|
1002
1002
|
ensureGitignore('.agents-core/');
|
|
1003
1003
|
ensureGitignore('.scaffold/');
|
|
1004
1004
|
ensureGitignore('.workflow/');
|
|
1005
|
+
ensureGitignore('node_modules/');
|
|
1005
1006
|
|
|
1006
1007
|
// Remove template-specific gitignore entries so generated files can be committed
|
|
1007
1008
|
const gitignorePath = path.join(ROOT, '.gitignore');
|
package/package.json
CHANGED