chore(gitignore): ignore .gemini/ and local wiki/docs per ecosystem standard #172
+13
@@ -46,6 +46,7 @@ Icon?
|
||||
.idea/
|
||||
.settings/
|
||||
.claude/
|
||||
.gemini/
|
||||
.vscode/*
|
||||
!.vscode/tasks.json
|
||||
!.vscode/settings.json.example
|
||||
@@ -223,3 +224,15 @@ profile.ps1
|
||||
|
||||
# Wiki content lives in the native MokoGit wiki (MokoOnyx.wiki.git); local wiki/ is a gitignored clone
|
||||
wiki/
|
||||
|
||||
# ============================================================
|
||||
# AI client instructions (not version controlled)
|
||||
# ============================================================
|
||||
/GEMINI.md
|
||||
/MOKOAI.md
|
||||
.mokoai/
|
||||
|
||||
# ============================================================
|
||||
# Local wiki clone (not version controlled)
|
||||
# ============================================================
|
||||
docs/
|
||||
|
||||
Reference in New Issue
Block a user