Skip to content

Commit 2dc9a66

Browse files
Merge pull request #649 from PassiveLogic/main
Add AI coding agent config files to gitignore
2 parents ef3634d + 0387eef commit 2dc9a66

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,19 @@ Plugins/BridgeJS/Sources/TS2Swift/JavaScript/package-lock.json
1414
Plugins/BridgeJS/Tests/BridgeJSToolTests/__Snapshots__/**/*.actual
1515
bridge-js.config.local.json
1616
_site/
17+
18+
# AI coding agent config files
19+
AGENTS.md
20+
CLAUDE.md
21+
GEMINI.md
22+
.claude/
23+
.opencode/
24+
.cursor/
25+
.cursorrules
26+
.codex/
27+
.aider*
28+
.cline/
29+
.clinerules
30+
.windsurf/
31+
.windsurfrules
32+
.codeiumignore

0 commit comments

Comments
 (0)