This is an automated email from the ASF dual-hosted git repository. laurence pushed a commit to branch 3.0 in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
commit 8534c3469a2c69d86bba9024fadb0d505649ef27 Author: LaurenceLiZhixin <[email protected]> AuthorDate: Wed Jul 7 23:13:27 2021 +0800 fix: delete unused --- .gitignore | 1 + general/dubbo3/.DS_Store | Bin 6148 -> 0 bytes 2 files changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e20dcaf..69d1d44 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.dll *.so *.dylib +*.DS_Store dist/ *.log diff --git a/general/dubbo3/.DS_Store b/general/dubbo3/.DS_Store deleted file mode 100644 index b97b559..0000000 Binary files a/general/dubbo3/.DS_Store and /dev/null differ
