chore: ignore local agent rules in gitignore
This commit is contained in:
parent
672dadd397
commit
a77a1a62e7
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -36,3 +36,9 @@ Thumbs.db
|
||||||
*export*
|
*export*
|
||||||
*.tmp
|
*.tmp
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# Agent Rules & Instructions (Local only, not in Git)
|
||||||
|
AGENTS.md
|
||||||
|
GEMINI.md
|
||||||
|
.agents/
|
||||||
|
.agent/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue