← back to Fleet Rag
gitignore: cover backup/scratch/editor artifacts
854e00f6f5445cc5bed1c9d1468fd43ff81a1cbf · 2026-05-19 18:43:19 -0700 · steve
Files touched
Diff
commit 854e00f6f5445cc5bed1c9d1468fd43ff81a1cbf
Author: steve <steve@designerwallcoverings.com>
Date: Tue May 19 18:43:19 2026 -0700
gitignore: cover backup/scratch/editor artifacts
---
.gitignore | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.gitignore b/.gitignore
index 7e6a9c3..19e99af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,13 @@ tmp/
dist/
build/
.next/
+
+# editor / scratch / backup artifacts
*.bak
+*.bak.*
+*.pre-*
+*.orig
+*.rej
+*~
+.swp
+.swo
← b1ac531 initial scaffold (gitify-all 2026-05-06)
·
back to Fleet Rag
·
fleet-rag: redact secret shapes at ingest + untrack vectors. 114cc09 →