Skip to content

Commit 8224d31

Browse files
authored
Merge pull request #4719 from robbiemu/ai-agents
adds common AI agents and assistants configuration files and folder
2 parents 1046d8f + cff1644 commit 8224d31

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

Global/Agents.gitignore

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# AI agents and assistants
2+
#
3+
# Some common agent instruction and project configuration files are listed
4+
# below as commented-out examples. They are often intentionally committed and
5+
# shared with a team, so only uncomment them if they are local-only in your
6+
# project.
7+
8+
# GEMINI.md
9+
# WARP.md
10+
# CRUSH.md
11+
# QWEN.md
12+
13+
# OpenAI Codex
14+
# AGENTS.md
15+
# .codex/
16+
17+
# Aider
18+
.aider.input.history
19+
.aider.chat.history.md
20+
.aider.llm.history
21+
.aider.tags.cache.v*
22+
# .aiderignore
23+
24+
# Claude Code
25+
.claude/*.local.json
26+
.claude/**/*.log
27+
CLAUDE.local.md
28+
# .claude/
29+
30+
# Gemini CLI
31+
gemini-debug.log
32+
.gemini-clipboard/
33+
# .gemini/
34+
35+
# Cursor AI
36+
# .cursorrules
37+
# .cursor/
38+
# .cursor.json
39+
# .cursor-settings.yaml
40+
41+
# Continue
42+
# .continue/
43+
# .continuerc.json
44+
45+
# Cline
46+
# .cline/
47+
# .clinerules
48+
# cline.json
49+
50+
# Other agent/editor project config
51+
# .warp/
52+
# .crush/
53+
# .codeium/
54+
# .deepseek/
55+
# .amazon-codewhisperer/
56+
# .tabnineignore
57+
# .tabnine/
58+
59+
# GitHub Copilot
60+
# .github/copilot-instructions.md
61+
62+
# Windsurf Editor
63+
# .windsurfrules
64+
# .windsurf/
65+
66+
# Replit AI Development
67+
# .replit
68+
# replit.nix

0 commit comments

Comments
 (0)