From 560c0955aceea11f364057423cf575c4f9fcfe3f Mon Sep 17 00:00:00 2001 From: zackslash Date: Wed, 18 Oct 2023 23:16:05 +0100 Subject: [PATCH] WIP macos media bridge --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fc6e8d8..b087f25 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ supersonic *.dll *.so *.dylib +Supersonic.app # Test binary, built with `go test -c` *.test @@ -26,3 +27,6 @@ vendor/ go.work # End of https://www.toptal.com/developers/gitignore/api/go + +# Platform specific metadata files +.DS_Store