github.com/milvus-io/milvus-sdk-go/v2@v2.4.1/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 8 #GoLand generated files 9 .idea/ 10 11 # vscode 12 .vscode 13 14 # vim 15 *.swp 16 17 # Test binary, built with `go test -c` 18 *.test 19 20 # Output of the go coverage tool, specifically when used with LiteIDE 21 *.out 22 23 # Dependency directories (remove the comment below to include it) 24 # vendor/ 25 26 bin/ 27