Преглед на файлове

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/