go-micro.dev/v5@v5.12.0/.gitignore (about) 1 # Develop tools 2 /.vscode/ 3 /.idea/ 4 /.trunk 5 6 # Binaries for programs and plugins 7 *.exe 8 *.exe~ 9 *.dll 10 *.so 11 *.dylib 12 13 # Folders 14 _obj 15 _test 16 _build 17 18 # Architecture specific extensions/prefixes 19 *.[568vq] 20 [568vq].out 21 22 *.cgo1.go 23 *.cgo2.c 24 _cgo_defun.c 25 _cgo_gotypes.go 26 _cgo_export.* 27 28 # Test binary, build with `go test -c` 29 *.test 30 31 # Output of the go coverage tool, specifically when used with LiteIDE 32 *.out 33 34 # vim temp files 35 *~ 36 *.swp 37 *.swo 38 39 # go work files 40 go.work 41 go.work.sum