← back to Inline Editor
gitignore: add backup file patterns to prevent accidental source leaks in served dirs
f2e11406f9f6ddbb7920fb4a36311c09cb521d20 · 2026-05-30 23:57:33 -0700 · SteveStudio2
Files touched
Diff
commit f2e11406f9f6ddbb7920fb4a36311c09cb521d20
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Sat May 30 23:57:33 2026 -0700
gitignore: add backup file patterns to prevent accidental source leaks in served dirs
---
.gitignore | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.gitignore b/.gitignore
index 1924158..d9a6eb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,11 @@ tmp/
dist/
build/
.next/
+*.bak
+*.bak-*
+*.pre-*
+*.orig
+*.save
+*~
+*.old
+copy-of-*
← 451175e inline-editor v0.1: Wix-style admin editing for DW sister si
·
back to Inline Editor
·
(newest)