From 4c3070e1030ad0bef948cc412af21705dc7f758a Mon Sep 17 00:00:00 2001 From: Paul W Date: Sun, 6 Oct 2024 17:43:03 -0400 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store