mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
chore: Extend .gitignore with AI tooling directories
Add .claude/, .cursor/, .cursorrules, .windsurfrules, AGENTS.md, GEMINI.md as defensive gitignore entries. None of these files currently exist in the repo, but this prevents accidental leaks of AI-assistant local state if such files appear in a future workspace.
This commit is contained in:
@@ -28,6 +28,12 @@ Thumbs.db
|
||||
|
||||
# Claude Code working files
|
||||
CLAUDE.md
|
||||
AGENTS.md
|
||||
GEMINI.md
|
||||
.claude/
|
||||
.cursor/
|
||||
.cursorrules
|
||||
.windsurfrules
|
||||
docs/specs/
|
||||
docs/superpowers/
|
||||
docs/plans/
|
||||
|
||||
Reference in New Issue
Block a user