From 3cb15f7a5dd3b5e735a0f172285d8d07c0ec5985 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sat, 21 Dec 2024 16:51:41 -0800 Subject: [PATCH] add DS_Store to gitignore --- .DS_Store | Bin 0 -> 6148 bytes .gitignore | 5 ++++- src/sharedMemory.ts | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .DS_Store create mode 100644 src/sharedMemory.ts diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..532c33c42d8992c43051cdc4386455ca0e5a2c22 GIT binary patch literal 6148 zcmeH~J#GR)427Thk&tL8Q%;i>DK{7)a)Mldz*0m)qCn~A=sbJeut|+p=vnf-v1hzL zU$L_WV7uSp1K0pq(OvQG!^n*B5?lOWz!~4e?Q}U_uNO~amU}&*^BRxqxhxR@5fA|p z5CIXG5P>+vdH$~_^h|mb5fFiC5b*Cqp}W@9)-^sI9HIrFE|?DEJbDRg@dUM|wyw<3 zEV~EGQj0dk^HEMMxv!?SuDu+V&4=Zk&AS+y^>SEYK(iX6K?Fo#L}1?Iji3LY^#A(* zQHeqk5P=sXV2l0Ne#e)}v-QvGdH#@DpEo)+wsUy+31Hwy@f$si>%}M3n%cTDL(`8y LV9+1}PbF{%-f0sk literal 0 HcmV?d00001 diff --git a/.gitignore b/.gitignore index c7d46ec..9923685 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ yarn-error.log* /.pnp .pnp.js -.vscode/* \ No newline at end of file +.vscode/* + +# macOS +.DS_Store \ No newline at end of file diff --git a/src/sharedMemory.ts b/src/sharedMemory.ts new file mode 100644 index 0000000..b986814 --- /dev/null +++ b/src/sharedMemory.ts @@ -0,0 +1 @@ +export const \ No newline at end of file