Enable file logging to logs/, gitignore its output
Pairs with the debug-log-heavy investigation workflow: Godot writes its own engine log to logs/godot.log alongside the existing NetworkManager temp-file log, and the directory is excluded from version control since it's runtime output, not source. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
/android/
|
||||
.log
|
||||
.log
|
||||
/logs
|
||||
|
||||
Reference in New Issue
Block a user