mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
1 Commits
5bcb843256
...
93039e8f09
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93039e8f09 |
52
Agents.gitignore
Normal file
52
Agents.gitignore
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
# AI Agents / Assistants
|
||||||
|
AGENTS.md
|
||||||
|
GEMINI.md
|
||||||
|
WARP.md
|
||||||
|
CRUSH.md
|
||||||
|
.warp/
|
||||||
|
.crush/
|
||||||
|
.codeium/
|
||||||
|
.deepseek/
|
||||||
|
.amazon-codewhisperer/
|
||||||
|
|
||||||
|
# Cursor AI (VS Code fork)
|
||||||
|
.cursorrules
|
||||||
|
.cursor/
|
||||||
|
.cursor.json
|
||||||
|
.cursor-settings.yaml
|
||||||
|
|
||||||
|
# Tabnine AI - per official docs
|
||||||
|
.tabnineignore
|
||||||
|
.tabnine/
|
||||||
|
|
||||||
|
# Continue.dev (Open source AI assistant)
|
||||||
|
.continue/
|
||||||
|
.continuerc.json
|
||||||
|
|
||||||
|
# Aider AI (Terminal-based)
|
||||||
|
.aiderignore
|
||||||
|
|
||||||
|
# Qwen Code CLI
|
||||||
|
QWEN.md
|
||||||
|
|
||||||
|
# Claude code
|
||||||
|
.claude/
|
||||||
|
|
||||||
|
# (purely optional) Gemini settings folder
|
||||||
|
.gemini/
|
||||||
|
|
||||||
|
# Cline AI Assistant (trending, user configs similar to Cursor/Continue)
|
||||||
|
.cline/
|
||||||
|
.clinerules
|
||||||
|
cline.json
|
||||||
|
|
||||||
|
# GitHub Copilot - does not create repo-local files by default
|
||||||
|
# .github/copilot-instructions.md
|
||||||
|
|
||||||
|
# Windsurf Editor (Agentic IDE) - usually intentional project configs
|
||||||
|
# .windsurfrules
|
||||||
|
# .windsurf/
|
||||||
|
|
||||||
|
# Replit AI Development - usually intentional project configs
|
||||||
|
# .replit
|
||||||
|
# replit.nix
|
||||||
@ -1,68 +0,0 @@
|
|||||||
# 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
|
|
||||||
Loading…
Reference in New Issue
Block a user