Skip to content

Commit 61871af

Browse files
committed
fix: Only ignore specific wiki file, not entire directory
1 parent fa5c5e9 commit 61871af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ config/*.local.yaml
4747
!python/README.md
4848
!python/memory_mcp/SYSTEM_PROMPT.md
4949
# Keep wiki documentation
50-
!wiki/*.md
50+
!wiki/ARCHITECTURE_OPTIMIZATIONS.md*.md
5151
!CLAUDE.md
5252

5353
# Archive and working files
@@ -74,4 +74,4 @@ Archive.zip
7474
.env.local
7575
.secrets.baseline
7676
SECURITY_FINDINGS.md
77-
wiki/
77+
wiki/ARCHITECTURE_OPTIMIZATIONS.md

0 commit comments

Comments
 (0)