Skip to content

Commit edb2276

Browse files
committed
chore(config): update gitignore for AI tool configurations
Remove outdated AI directory patterns and add new ones like .opencode/, .trellis/, and AGENTS.md to maintain repository cleanliness and exclude irrelevant files.
1 parent b149153 commit edb2276

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

.gitignore

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,15 @@ CMake*.json
1616
vcpkg.json
1717

1818
# AI configuration files
19-
.roomodes
20-
.roo/
21-
.ruru/
22-
.roo_temp/
23-
.roo_temp_$$/
2419
.cursor/
25-
.spec-workflow/
2620
.cursorrules
27-
.cursorindexingignore
28-
.specstory/
29-
.taskmaster/
3021
.kilocode/
31-
.marscode/
32-
.qoder/
33-
.serena/
22+
23+
# AI project spec and knowledge
3424
.claude/
25+
.opencode/
26+
.trellis/
27+
AGENTS.md
3528

3629
# Modules
3730
modules/*

0 commit comments

Comments
 (0)