[object Object]

← back to Coming Soon Template

Expand .gitignore to exclude dist/, build/, .next/, and *.bak artifacts

16df05559b1ffc7700de71d262949f059664d33c · 2026-06-03 09:00:14 -0700 · SteveStudio2

Files touched

Diff

commit 16df05559b1ffc7700de71d262949f059664d33c
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Wed Jun 3 09:00:14 2026 -0700

    Expand .gitignore to exclude dist/, build/, .next/, and *.bak artifacts
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index c4dce82..a7f8c68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,7 @@ tmp/
 *.log
 .DS_Store
 out/
+dist/
+build/
+.next/
+*.bak

← b48c7da snapshot — gitify backup 2026-05-19  ·  back to Coming Soon Template  ·  Add rel=noopener noreferrer to all target=_blank links in vi adad0b4 →