From 0e32d4eb64cdda096c1908ed1601cca091ae2d0f Mon Sep 17 00:00:00 2001 From: Harvey Zuccon Date: Wed, 25 Feb 2026 12:16:02 +1100 Subject: [PATCH] ignore ds files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index db63d27..aa5ec4f 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,5 @@ jspm_packages/ # Build output dist/ build/ + +**/.DS_Store \ No newline at end of file