Переглянути джерело

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/