From df199376a4fcbd8f6127a13a67107fafa0d4cc60 Mon Sep 17 00:00:00 2001 From: Gaston Gaiduk Date: Thu, 5 Dec 2024 20:30:23 +0100 Subject: [PATCH] Add .DS_Store to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce6fa84..a9c16bc 100644 --- a/.gitignore +++ b/.gitignore @@ -133,4 +133,6 @@ dist .vitepress/dist .vitepress/cache docs/.vitepress/cache -docs/.vitepress/dist \ No newline at end of file +docs/.vitepress/dist + +.DS_Store \ No newline at end of file