From 051052bf678ab62a21e65aa527db3a9d79f1cc93 Mon Sep 17 00:00:00 2001 From: smxrtfoloo Date: Mon, 21 Oct 2024 23:52:23 -0500 Subject: [PATCH] .DS_Store gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40b878db..12ac6472 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules/ \ No newline at end of file +node_modules/ +.DS_Store \ No newline at end of file