把.DS_Store 添加到gitignore

This commit is contained in:
Tnze
2019-06-29 10:09:47 +08:00
parent d2dfd0c36f
commit ce9ce6c6f2

3
.gitignore vendored
View File

@ -5,6 +5,9 @@
*.so
*.dylib
# MacOS
.DS_Store
# Test binary, build with `go test -c`
*.test