From 968292713fdd73a8e6bfcc57ecaf6d0f03a3509a Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Tue, 14 May 2024 14:38:04 +0200 Subject: [PATCH] Ignore MacOS stuff --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1e855b1..0ede773 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ bun.lockb package-lock.json node_modules/ +._* +.DS_Store