Skip to content

Commit f039752

Browse files
committed
make sure cursor ignore is scoped only to onchainkit rule
Signed-off-by: Auster Chen <[email protected]>
1 parent 3e04f4f commit f039752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-onchain/src/onchainkit.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ ${cursorRulesTemplate.trim()}`;
177177
await fs.promises.writeFile(path.join(rulesDir, 'onchainkit.mdc'), fileContent);
178178
await addToGitignore({
179179
gitignorePath: path.join(root, '.gitignore'),
180-
additionalPath: '.cursor',
180+
additionalPath: '.cursor/rules/onchainkit.mdc',
181181
});
182182
} else if (aiTool === 'windsurf') {
183183
const windsurfRulesTemplate = await fs.promises.readFile(

0 commit comments

Comments
 (0)