← back to Exo Keepalive
chore(git-bloat): gitignore exo.log so it can't be re-tracked (Step 1; TK-10608)
5cd19e9a8dc9c897945de14cb7fc044bcfeb95be · 2026-08-17 09:52:42 -0700 · Steve Abrams
Files touched
Diff
commit 5cd19e9a8dc9c897945de14cb7fc044bcfeb95be
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Aug 17 09:52:42 2026 -0700
chore(git-bloat): gitignore exo.log so it can't be re-tracked (Step 1; TK-10608)
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 8a4ad4e..97f2352 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ node_modules/
*.log
.DS_Store
*.tmp
+exo.log
← f21b3f8 gitignore: exclude *.log files (exo.log was committing 135MB
·
back to Exo Keepalive
·
run-exo.sh: reap orphaned exo venv python holding :52414/:52 39c6130 →