From 6f6a7877f34332bc6f9fec6f14a731e35f7e213a Mon Sep 17 00:00:00 2001 From: MaxRobinsonTheGreat Date: Wed, 23 Apr 2025 14:19:26 -0500 Subject: [PATCH] add ds_store to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a1b80f..343d841 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,4 @@ tasks/construction_tasks/train_multiagent_construction_tasks.json tasks/construction_tasks/test/** tasks/construction_tasks/train/** server_data* -.DS_Store \ No newline at end of file +**/.DS_Store \ No newline at end of file