2019-11-09 12:01:46 +08:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
2021-09-29 19:58:02 +08:00
|
|
|
*.pprof
|
2021-03-02 10:36:42 +08:00
|
|
|
.idea
|
2019-12-08 16:59:58 +08:00
|
|
|
/data
|
2020-11-29 22:17:40 +08:00
|
|
|
/dist
|
|
|
|
.DS_Store
|
2021-08-18 17:42:26 +08:00
|
|
|
/main
|
2021-09-29 19:58:02 +08:00
|
|
|
/cmd/agent/main
|
2022-03-19 17:22:15 +08:00
|
|
|
/cmd/dashboard/main
|
|
|
|
/config.yml
|