From 420342a62032c915d44aa174c075a6de15b5f710 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Tue, 1 Sep 2026 18:04:26 -0500 Subject: [PATCH] chore: gitignore session-transient .crush ticket-gate file [#632] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Detail: https://projects.knownelement.com/issues/632#note-1 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 985ef8c..4db8f26 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,7 @@ Package-Workspace/**/repo/ **/Thumbs.db # Ignore logs -**/*.log \ No newline at end of file +**/*.log + +# Crush ticket-gate state (session-transient) +.crush/ \ No newline at end of file