From 03e43abc8e9bdfae21b12a611af3534947e633a0 Mon Sep 17 00:00:00 2001 From: AliciaMstt Date: Thu, 4 Jan 2024 11:08:17 +0100 Subject: [PATCH] add .DS_Store to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f9f1d49..8d397cb 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ _site/ # Ignore folders generated by Bundler .bundle/ vendor/ + +# Ignore Mac little ghosts +.DS_Store