From 274b27d88f3581fa3d71d9edc38b81feb98a7f19 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 9 Mar 2020 21:25:22 +0100 Subject: [PATCH] Git ignore the .DS_Store files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 288e0691..f5e0ca44 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /!src/storage/uploads/index.html /vendor/ /metafile +/**/.DS_Store