mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-10 09:02:42 +08:00
35 lines
580 B
Text
35 lines
580 B
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
.idea
|
|
|
|
build/1panel
|
|
|
|
# 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/
|
|
/pkg/
|
|
backend/__debug_bin
|
|
cmd/server/__debug_bin
|
|
cmd/server/web/assets
|
|
cmd/server/web/monacoeditorwork
|
|
cmd/server/web/index.html
|
|
frontend/auto-imports.d.ts
|
|
frontend/components.d.ts
|
|
|
|
.history/
|
|
dist/
|
|
1pctl
|
|
1panel.service
|
|
install.sh
|
|
quick_start.sh
|
|
cmd/server/web/.DS_Store
|
|
cmd/server/.DS_Store
|