1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-05 22:53:41 +02:00
kratos/.gitignore

37 lines
528 B
Plaintext
Raw Normal View History

2021-02-17 11:14:47 +02:00
# Reference https://github.com/github/gitignore/blob/master/Go.gitignore
# Binaries for programs and plugins
*.exe
*.exe~
2021-02-17 11:14:47 +02:00
*.dll
*.so
*.dylib
2021-02-17 11:14:47 +02:00
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
vendor/
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# OS General
Thumbs.db
2021-02-17 11:14:47 +02:00
.DS_Store
# project
*.cert
*.key
2021-02-17 11:14:47 +02:00
*.log
bin/
# Develop tools
.vscode/
.idea/
*.swp