mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
Merge ac270609a9 into 57286c3887
This commit is contained in:
commit
3b4c265349
@ -13,6 +13,10 @@
|
||||
# OpenAI Codex
|
||||
# AGENTS.md
|
||||
# .codex/
|
||||
.codex/sessions/
|
||||
.codex/history*
|
||||
.codex/log/
|
||||
.codex/logs/
|
||||
|
||||
# Aider
|
||||
.aider.input.history
|
||||
@ -22,8 +26,15 @@
|
||||
# .aiderignore
|
||||
|
||||
# Claude Code
|
||||
.claude.json
|
||||
.claude/*.local.json
|
||||
.claude/**/*.log
|
||||
.claude/history*
|
||||
.claude/session*.json
|
||||
.claude/todos/
|
||||
.claude/projects/
|
||||
.claude/statsig/
|
||||
.claude/shell-snapshots/
|
||||
CLAUDE.local.md
|
||||
# .claude/
|
||||
|
||||
@ -33,12 +44,16 @@ gemini-debug.log
|
||||
# .gemini/
|
||||
|
||||
# Cursor AI
|
||||
.cursor/chats/
|
||||
.cursor/logs/
|
||||
.cursor/session*
|
||||
# .cursorrules
|
||||
# .cursor/
|
||||
# .cursor.json
|
||||
# .cursor-settings.yaml
|
||||
|
||||
# Continue
|
||||
.continue/sessions/
|
||||
# .continue/
|
||||
# .continuerc.json
|
||||
|
||||
@ -56,6 +71,14 @@ gemini-debug.log
|
||||
# .tabnineignore
|
||||
# .tabnine/
|
||||
|
||||
# Other agent session and state directories
|
||||
.agent/
|
||||
.copilot/
|
||||
.playwright-mcp/
|
||||
.remember/
|
||||
.specstory/
|
||||
.superpowers/
|
||||
|
||||
# GitHub Copilot
|
||||
# .github/copilot-instructions.md
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user