From c426fa05fbf8fcd229886d82fc71feb7db8c0407 Mon Sep 17 00:00:00 2001 From: Samuel Guyah Date: Sat, 12 Oct 2024 00:22:11 +0200 Subject: [PATCH] ignore .ds_store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6a6fc782a..64a837dfd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ target helix-term/rustfmt.toml result runtime/grammars +.DS_Store