mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-01 23:10:26 +08:00
27 lines
333 B
Plaintext
27 lines
333 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
*.lock
|
|
*.sum
|
|
|
|
*/node_modules/
|
|
**/vendor/
|
|
.idea
|
|
.vscode
|
|
out
|
|
|
|
server/docs/docker-compose
|
|
server/config.yml
|
|
server/ip2region.xdb
|
|
mayfly-go.log
|