From 65612b76f19b590953fb9109cad3be14aa2781c2 Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Sat, 28 Feb 2026 16:17:04 -0800 Subject: [PATCH] chore: add .DS_Store to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2b462d3f..82993c5a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.dll *.so *.dylib +.DS_Store cmd/versitygw/versitygw /versitygw @@ -66,4 +67,4 @@ metrics-exploration/grafana_data/** # bats tools /tests/bats-assert -/tests/bats-support \ No newline at end of file +/tests/bats-support