[object Object]

← back to Pastdoor Nginx Watch

gitignore: add missing backup/scratch file patterns (*.bak-*, *.pre-*, *.orig, *.old, *~, copy-of-*)

b7b1b2cf8c10ab731dbdc4bf837f20b9dbe05736 · 2026-05-31 00:01:00 -0700 · Steve Abrams

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files touched

Diff

commit b7b1b2cf8c10ab731dbdc4bf837f20b9dbe05736
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun May 31 00:01:00 2026 -0700

    gitignore: add missing backup/scratch file patterns (*.bak-*, *.pre-*, *.orig, *.old, *~, copy-of-*)
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7e6a9c3..869867c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,9 @@ dist/
 build/
 .next/
 *.bak
+*.bak-*
+*.pre-*
+*.orig
+*.old
+*~
+copy-of-*

← 17d2c48 Add curl --max-time so a hung probe cannot stall the weekly  ·  back to Pastdoor Nginx Watch  ·  chore: macstudio3 migration — reconcile from mac2 + repoint 62ac3bf →