Skip to content

Commit 264aad8

Browse files
committed
chore: Update comment to use .rooignore instead of .clineignore
1 parent 79912f7 commit 264aad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/ignore/ReclineIgnoreController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class ReclineIgnoreController {
3838
try {
3939
const content = await fs.readFile(ignorePath, "utf8")
4040
this.ignoreInstance.add(content)
41-
// Always ignore the .clineignore file itself.
41+
// Always ignore the .rooignore file itself.
4242
this.ignoreInstance.add(".rooignore")
4343
} catch (error) {
4444
console.error("Error loading .rooignore:", error)

0 commit comments

Comments
 (0)