From 681a1b815cbddeb5f82d5b6e524f8a1cd692d3a9 Mon Sep 17 00:00:00 2001 From: Mohamed Gamal Date: Tue, 27 Dec 2022 19:43:26 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1b83294..e6d38b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /vendor /.idea .phpunit.result.cache -/.DS_Store \ No newline at end of file +/.DS_Store +src/.DS_Store \ No newline at end of file