[object Object]

← back to Timeout Agent

broaden .gitignore to exclude snapshot/swap files

25967f9401f15372648115a83c7f93daae2510c8 · 2026-05-19 21:25:21 -0700 · steve

Adds *.bak.*, *.pre-*, *.orig, *.rej, *.swp, *~ to prevent accidental
commits of editor snapshot or merge-conflict scratch files.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 25967f9401f15372648115a83c7f93daae2510c8
Author: steve <steve@designerwallcoverings.com>
Date:   Tue May 19 21:25:21 2026 -0700

    broaden .gitignore to exclude snapshot/swap files
    
    Adds *.bak.*, *.pre-*, *.orig, *.rej, *.swp, *~ to prevent accidental
    commits of editor snapshot or merge-conflict scratch files.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7e6a9c3..3ad4ebf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,9 @@ dist/
 build/
 .next/
 *.bak
+*.bak.*
+*.pre-*
+*.orig
+*.rej
+*.swp
+*~

← ce7ba32 initial scaffold (gitify-all 2026-05-06)  ·  back to Timeout Agent  ·  add sort + density controls to process grid 60d0d08 →