mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
28 lines
479 B
Plaintext
28 lines
479 B
Plaintext
# 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
|
|
*.pprof
|
|
.idea
|
|
/dist
|
|
.DS_Store
|
|
/cmd/dashboard/data
|
|
/cmd/dashboard/main
|
|
/cmd/dashboard/admin-dist/*
|
|
/cmd/dashboard/user-dist/*
|
|
!/cmd/dashboard/admin-dist/.gitkeep
|
|
!/cmd/dashboard/user-dist/.gitkeep
|
|
/config.yml
|
|
/resource/template/theme-custom
|
|
/resource/static/custom
|
|
/cmd/dashboard/docs
|