ソースを参照

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/