chore: gitignore install_log.txt
run_install_capture.bat writes install_log.txt into the repo root. It was untracked but not ignored, so it showed up as noise in git status and was easy to commit by accident. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -100,3 +100,6 @@ src/input_layer/bridge_input.py
|
||||
.hermes/
|
||||
fixtures/
|
||||
test/run/
|
||||
|
||||
# Installer output (generated by run_install_capture.bat)
|
||||
install_log.txt
|
||||
|
||||
Reference in New Issue
Block a user