Procházet zdrojové kódy

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 před 3 měsíci
rodič
revize
7d5b35ea25
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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