← back to Shopify Oauth Handler
gitignore: broaden to standing-rules set (dist/build/.next/tmp + snapshot patterns)
d7165da7a491b30824882e3b02c6293bebe494e3 · 2026-05-19 21:23:21 -0700 · SteveStudio2
Adds dist/, build/, .next/, tmp/, plus *.bak / *.bak.* / *.pre-* / *.orig /
*.rej / *.swp / *~ so future refactor passes never accidentally commit editor
or rsync snapshot files. No tracked files affected — purely preventative.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit d7165da7a491b30824882e3b02c6293bebe494e3
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Tue May 19 21:23:21 2026 -0700
gitignore: broaden to standing-rules set (dist/build/.next/tmp + snapshot patterns)
Adds dist/, build/, .next/, tmp/, plus *.bak / *.bak.* / *.pre-* / *.orig /
*.rej / *.swp / *~ so future refactor passes never accidentally commit editor
or rsync snapshot files. No tracked files affected — purely preventative.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
.gitignore | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.gitignore b/.gitignore
index 07c2c14..40636e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,14 @@ token.txt
scopes.txt
*.log
.DS_Store
+dist/
+build/
+.next/
+tmp/
+*.bak
+*.bak.*
+*.pre-*
+*.orig
+*.rej
+*.swp
+*~
← 21cc3ff initial scaffold: one-shot Shopify OAuth callback handler fo
·
back to Shopify Oauth Handler
·
(newest)