From 5f3ec99cb42ac83d8d4025ad74ea699a3f491412 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Mon, 30 May 2022 17:21:22 -0400 Subject: [PATCH] Exclude sublime workspace file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68fa7d7..3ad6dbc 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ pom.xml.asc .clj-kondo/ .cpcache/ **/.DS_Store -/sandbox \ No newline at end of file +/sandbox +ludus-sublime.workspace \ No newline at end of file