← back to Designerschat
Add *.bak to .gitignore to exclude backup files
c6f2149c6822c00a4623b2eb08e749490451d206 · 2026-06-03 09:01:41 -0700 · Steve
Files touched
Diff
commit c6f2149c6822c00a4623b2eb08e749490451d206
Author: Steve <steve@designerwallcoverings.com>
Date: Wed Jun 3 09:01:41 2026 -0700
Add *.bak to .gitignore to exclude backup files
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 4a0b3ea..b879cdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ tmp/
dist/
build/
.next/
+*.bak
← b54ad50 initial scaffold
·
back to Designerschat
·
(newest)