Compare commits

...

6 Commits

Author SHA1 Message Date
Marco Trulla
96a774a878
Merge 2a56038e7f into c677dd99d4 2026-04-08 11:57:29 +00:00
Devin Dooley
c677dd99d4
Merge pull request #4834 from wispgitgecko9/patch-2
Update macOS.gitignore
2026-04-07 20:04:22 -07:00
Devin Dooley
a78658650d
Revert change to Icon rule 2026-04-07 20:02:07 -07:00
WiSP
6a7b122e75
Update macOS.gitignore
Added .localized file to the gitignore.
2026-04-03 21:59:36 -05:00
ragnarokkr
2a56038e7f
Add pi coding agent
Added patterns derived from [pi](https://github.com/badlogic/pi-mono).
2026-03-12 11:24:49 +01:00
ragnarokkr
54c2425589
Add AI .gitignore
While using AI agents locally in your projects is fine when done
correctly, having to constantly fight PRs polluted by unsolicited
external AI-generated files is exhausting in the long run. It’s
therefore important—and necessary—to keep projects clean and isolated
from this relentless spread of unnecessary and overused AI output.
2026-03-06 18:02:17 +01:00
2 changed files with 34 additions and 0 deletions

33
AI.gitignore Normal file
View 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

View File

@ -1,5 +1,6 @@
# General # General
.DS_Store .DS_Store
.localized
__MACOSX/ __MACOSX/
.AppleDouble .AppleDouble
.LSOverride .LSOverride