1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +02:00
go-micro/.gitignore

42 lines
464 B
Plaintext
Raw Normal View History

2019-09-04 09:47:46 +02:00
# Develop tools
/.vscode/
/.idea/
2022-09-30 20:32:55 +02:00
/.trunk
2019-09-04 09:47:46 +02:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Folders
_obj
_test
_build
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# vim temp files
*~
*.swp
*.swo
# go work files
go.work
go.work.sum