We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db60e61 commit 7b809e8Copy full SHA for 7b809e8
app/templates/generate.html
@@ -481,11 +481,6 @@ <h4 class="font-bold mb-2">🔌 MCPs (${grouped.mcps.length})</h4>
481
zip.file(path, content);
482
});
483
484
- // Also add the patch file if it exists
485
- if (patchContent) {
486
- zip.file('gitrules-config.patch', patchContent);
487
- }
488
-
489
// Generate the ZIP file
490
const zipBlob = await zip.generateAsync({ type: 'blob' });
491
0 commit comments