mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
6 Commits
02d4a30960
...
96a774a878
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96a774a878 | ||
|
|
c677dd99d4 | ||
|
|
a78658650d | ||
|
|
6a7b122e75 | ||
|
|
2a56038e7f | ||
|
|
54c2425589 |
33
AI.gitignore
Normal file
33
AI.gitignore
Normal file
@ -0,0 +1,33 @@
|
||||
### AI ###
|
||||
|
||||
# Agentic CLI config files/directories
|
||||
.aider*
|
||||
.ai*
|
||||
.claude*
|
||||
.cline*
|
||||
.cursor*
|
||||
.gemini*
|
||||
.instructions.md
|
||||
.llm*
|
||||
.opencode*
|
||||
.pi*
|
||||
.windsurf*
|
||||
copilot*
|
||||
|
||||
# Generated docs/context
|
||||
AGENTS*.md
|
||||
CLAUDE*.md
|
||||
JULES*.md
|
||||
SKILL*.md
|
||||
SYSTEM*.md
|
||||
*.mdc
|
||||
data/
|
||||
tmp/
|
||||
tmp/*
|
||||
*.log
|
||||
*.tmp
|
||||
*.cache
|
||||
|
||||
# Chat/session history
|
||||
*.chat
|
||||
*.session
|
||||
@ -1,5 +1,6 @@
|
||||
# General
|
||||
.DS_Store
|
||||
.localized
|
||||
__MACOSX/
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
Loading…
Reference in New Issue
Block a user