From 2833587c20961e35cb1281ef1c4fbbdbc0ed65ac Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 4 Dec 2025 06:58:31 +0100 Subject: [PATCH] Add .DS_Store to .gitignore and create the file --- .DS_Store | Bin 0 -> 6148 bytes .gitignore | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..6ec392b09b3d7b1bc0003ef5d828fa3e95befc50 GIT binary patch literal 6148 zcmeHKJx;?=47MRdB$keh?*ItV8@yKOh&oj4RjE`!t&#!uY`sP=&~tEt-iOaWK%%IO z3}8!sU!LtRFZqTzCL*4`t;a+oA}Zm6w3lUQk{2J?g+~e?%RRQ6@#3-GHG|6Y0pS*O zOB;Ho*Djy$Z%*CZuCA)pwq7At9$p^qj?Md|pI`r&Z=SxNjps{H!$N^jAQT7%LVGil3XL79a}@CBd&B{{0N9H KVWGfpDDVNsz$sw> literal 0 HcmV?d00001 diff --git a/.gitignore b/.gitignore index b7e097d..cb7513f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node/server/spirits/models node_modules -package-lock.json \ No newline at end of file +package-lock.json.DS_Store