From 8ccb881c6e5577b8e8c61787cf8a24da6408c07c Mon Sep 17 00:00:00 2001 From: Alexandre Barret Date: Wed, 24 Jul 2024 08:59:00 +1200 Subject: [PATCH] Add .DSstore file to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07d2914..6505da0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ /test/dummy/storage/ /test/dummy/tmp/ /test/dummy/lib/playground/personal/ -node_modules \ No newline at end of file +node_modules +*.DS_Store \ No newline at end of file