Compare commits

...

7 Commits

Author SHA1 Message Date
where where
56240913cb
Merge 18b5ee4870 into 8224d3117f 2026-05-16 00:57:53 +02:00
Devin Dooley
8224d3117f
Merge pull request #4719 from robbiemu/ai-agents
adds common AI agents and assistants configuration files and folder
2026-05-15 15:57:48 -07:00
robbiemu
cff16449a5 added codex opt-in 2026-05-08 13:20:32 -04:00
robbiemu
8f2f1edc2c 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
2026-05-08 13:16:54 -04:00
where where
18b5ee4870
Add *.lscache to VisualStudio.gitignore 2026-04-07 16:29:41 +08:00
Robert Collins
844333a10b
added .claude/ (by popular demand) and .gemini/ 2025-10-31 10:43:32 -05:00
Robert Collins
b5bf7e40ff
adds common AI agents and assistants configuration files and folder 2025-08-25 10:36:18 -04:00
2 changed files with 71 additions and 0 deletions

68
Global/Agents.gitignore Normal file
View File

@ -0,0 +1,68 @@
# AI agents and assistants
#
# Some common agent instruction and project configuration files are listed
# below as commented-out examples. They are often intentionally committed and
# shared with a team, so only uncomment them if they are local-only in your
# project.
# GEMINI.md
# WARP.md
# CRUSH.md
# QWEN.md
# OpenAI Codex
# AGENTS.md
# .codex/
# Aider
.aider.input.history
.aider.chat.history.md
.aider.llm.history
.aider.tags.cache.v*
# .aiderignore
# Claude Code
.claude/*.local.json
.claude/**/*.log
CLAUDE.local.md
# .claude/
# Gemini CLI
gemini-debug.log
.gemini-clipboard/
# .gemini/
# Cursor AI
# .cursorrules
# .cursor/
# .cursor.json
# .cursor-settings.yaml
# Continue
# .continue/
# .continuerc.json
# Cline
# .cline/
# .clinerules
# cline.json
# Other agent/editor project config
# .warp/
# .crush/
# .codeium/
# .deepseek/
# .amazon-codewhisperer/
# .tabnineignore
# .tabnine/
# GitHub Copilot
# .github/copilot-instructions.md
# Windsurf Editor
# .windsurfrules
# .windsurf/
# Replit AI Development
# .replit
# replit.nix

View File

@ -427,3 +427,6 @@ FodyWeavers.xsd
*.msix
*.msm
*.msp
# VS Code C# Dev Kit
*.lscache