Skip to content

Commit 8f2f1ed

Browse files
committed
Move AI agents template to Global and scope default ignores
Keep only documented local/high-churn agent artifacts active by default, preserving common shared instruction/config files as commented opt-in examples
1 parent 844333a commit 8f2f1ed

2 files changed

Lines changed: 65 additions & 52 deletions

File tree

Agents.gitignore

Lines changed: 0 additions & 52 deletions
This file was deleted.

Global/Agents.gitignore

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
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+
# AGENTS.md
9+
# GEMINI.md
10+
# WARP.md
11+
# CRUSH.md
12+
# QWEN.md
13+
14+
# Aider
15+
.aider.input.history
16+
.aider.chat.history.md
17+
.aider.llm.history
18+
.aider.tags.cache.v*
19+
# .aiderignore
20+
21+
# Claude Code
22+
.claude/*.local.json
23+
.claude/**/*.log
24+
CLAUDE.local.md
25+
# .claude/
26+
27+
# Gemini CLI
28+
gemini-debug.log
29+
.gemini-clipboard/
30+
# .gemini/
31+
32+
# Cursor AI
33+
# .cursorrules
34+
# .cursor/
35+
# .cursor.json
36+
# .cursor-settings.yaml
37+
38+
# Continue
39+
# .continue/
40+
# .continuerc.json
41+
42+
# Cline
43+
# .cline/
44+
# .clinerules
45+
# cline.json
46+
47+
# Other agent/editor project config
48+
# .warp/
49+
# .crush/
50+
# .codeium/
51+
# .deepseek/
52+
# .amazon-codewhisperer/
53+
# .tabnineignore
54+
# .tabnine/
55+
56+
# GitHub Copilot
57+
# .github/copilot-instructions.md
58+
59+
# Windsurf Editor
60+
# .windsurfrules
61+
# .windsurf/
62+
63+
# Replit AI Development
64+
# .replit
65+
# replit.nix

0 commit comments

Comments
 (0)