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