From 08d6934fcda739a851f71a65a5c3443a9844de95 Mon Sep 17 00:00:00 2001 From: osyrisrblx Date: Wed, 14 Aug 2024 20:06:42 -0400 Subject: [PATCH] Add .DS_Store to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6bd1e25..f00a4e8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ config.json .env .vscode/settings.json /rest +.DS_Store