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 79912f7 commit 264aad8Copy full SHA for 264aad8
src/core/ignore/ReclineIgnoreController.ts
@@ -38,7 +38,7 @@ export class ReclineIgnoreController {
38
try {
39
const content = await fs.readFile(ignorePath, "utf8")
40
this.ignoreInstance.add(content)
41
- // Always ignore the .clineignore file itself.
+ // Always ignore the .rooignore file itself.
42
this.ignoreInstance.add(".rooignore")
43
} catch (error) {
44
console.error("Error loading .rooignore:", error)
0 commit comments