← back to Pitchvideo
broaden .gitignore: snapshot patterns, build dirs, env variants
a9caa151306b9238c3c20049a52091df56b86c01 · 2026-05-19 18:31:18 -0700 · SteveStudio2
Files touched
Diff
commit a9caa151306b9238c3c20049a52091df56b86c01
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Tue May 19 18:31:18 2026 -0700
broaden .gitignore: snapshot patterns, build dirs, env variants
---
.gitignore | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index ddca7b4..f0bc4fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,20 @@
node_modules/
-.env*
+.env
+.env.*
+.env.local
queue/
output/
+tmp/
+dist/
+build/
+.next/
*.log
.DS_Store
+*.bak
+*.bak.*
+*.pre-*
+*.orig
+*.rej
+*~
+.swp
+.swo
← ba84db7 scaffold: pitchvideo v0.1 — express + landing + order form,
·
back to Pitchvideo
·
add 404-guard middleware for snapshot file paths 7299d15 →