浏览代码

Add .wiki/ and wiki-draft/ to .gitignore

Added directories for internal documentation that should not be committed
to the repository. These folders can be used for draft documentation,
internal notes, and reference materials.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Brad Lance 3 月之前
父节点
当前提交
7d5b35ea25
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -44,3 +44,7 @@ Thumbs.db
 
 # Logs
 *.log
+
+# Documentation (not for repo)
+.wiki/
+wiki-draft/