← back to Macstudio1 Dashboard
chore: complete .gitignore with tmp/.DS_Store/dist/build/.next
1f0cb8611be432938e804f4018e03c9f3b355a2e · 2026-05-18 20:09:12 -0700 · SteveStudio2
Files touched
Diff
commit 1f0cb8611be432938e804f4018e03c9f3b355a2e
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Mon May 18 20:09:12 2026 -0700
chore: complete .gitignore with tmp/.DS_Store/dist/build/.next
---
.gitignore | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 664269a..1924158 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,8 @@
node_modules/
-*.log
.env*
-
+tmp/
+*.log
+.DS_Store
+dist/
+build/
+.next/
← b807de8 snapshot: 2 file(s) changed, +1 new, ~1 modified
·
back to Macstudio1 Dashboard
·
fix: render footer link as real anchor + define missing CSS 5ba78ec →