From 1ddffc01c9cfe530a02c48c7d598d5acf3a9b221 Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Mon, 25 Oct 2021 22:04:36 +0200 Subject: [PATCH 1/2] .DS_Store file dropped --- storage/framework/.DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100755 storage/framework/.DS_Store diff --git a/storage/framework/.DS_Store b/storage/framework/.DS_Store deleted file mode 100755 index a119b00de9a53d81f27714c8247b55871167e7fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%Sr=55Ue%{1ia+vael!+7()Dl{D2adD98p}Os;$Lx2=9C8-~4l&@Sk%O+RMX zI&7x_$oAv;9@qd_)0FY4u7&2+8r(!=K^8lsJMZ87w^M&?YUcvlyTSoav=>bKc_ObJ z(9s6G;)EW<FQPX$teRNzMe{XP_$ zat$7x?bAVLD*$=Puz}CEOOT5O$TfI$W`q!LC3~yHiXq<4c!|0iJUV+jB$f|}n-0@n)Y?oDiT{y)%W_J6HOqynkHA5}n>yZvs Date: Mon, 25 Oct 2021 22:05:22 +0200 Subject: [PATCH 2/2] ignore .DS_Store files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d02d02ced3..bd777dbda7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,7 @@ /bootstrap/environment.php /vendor /node_modules -/.DS_Store +.DS_Store Thumbs.db /.env /.env.development.php