From 37f4f27196be95a389aa4399e776ccd0090f5af6 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:18:31 -0600 Subject: [PATCH] Ensure no DS Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 13a77be..f3a5d01 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ package-lock.json rootfs/monitor-hub/static/js/index.bundle.js rootfs/monitor-hub/static/js/index.bundle.js.LICENSE.txt rootfs/monitor-hub/static/js/index.bundle.js.map +.DS_Store