2022-07-19 23:44:53 +08:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2023-09-22 15:46:37 +08:00
|
|
|
build/1panel
|
|
|
|
|
|
|
|
# Mac
|
|
|
|
.DS_Store
|
|
|
|
*/.DS_Store
|
|
|
|
|
|
|
|
# VS Code
|
|
|
|
.vscode
|
|
|
|
*.project
|
|
|
|
*.factorypath
|
|
|
|
|
|
|
|
# IntelliJ IDEA
|
2024-03-27 13:47:05 +08:00
|
|
|
.idea/*
|
|
|
|
!.idea/icon.png
|
2023-09-22 15:46:37 +08:00
|
|
|
*.iws
|
|
|
|
*.iml
|
|
|
|
*.ipr
|
2022-10-17 16:32:31 +08:00
|
|
|
|
2022-07-19 23:44:53 +08:00
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
2024-08-15 17:42:28 +08:00
|
|
|
|
2023-09-22 15:46:37 +08:00
|
|
|
# Dependency directories
|
2022-08-17 17:46:49 +08:00
|
|
|
/pkg/
|
2022-09-19 19:42:06 +08:00
|
|
|
backend/__debug_bin
|
2022-10-20 16:15:11 +08:00
|
|
|
cmd/server/__debug_bin
|
2023-03-10 10:54:47 +08:00
|
|
|
cmd/server/web/assets
|
2023-03-09 22:47:13 +08:00
|
|
|
cmd/server/web/monacoeditorwork
|
|
|
|
cmd/server/web/index.html
|
2023-03-09 18:27:10 +08:00
|
|
|
frontend/auto-imports.d.ts
|
2023-05-24 21:40:51 +08:00
|
|
|
frontend/components.d.ts
|
2023-12-20 22:44:09 +08:00
|
|
|
frontend/src/xpack
|
|
|
|
backend/xpack
|
2024-08-20 11:38:47 +08:00
|
|
|
*_xpack.go
|
2023-05-24 16:46:28 +08:00
|
|
|
|
|
|
|
.history/
|
|
|
|
dist/
|
|
|
|
1pctl
|
|
|
|
1panel.service
|
2023-05-31 15:44:18 +08:00
|
|
|
install.sh
|
2023-06-15 11:19:52 +08:00
|
|
|
quick_start.sh
|
2023-08-02 18:29:50 +08:00
|
|
|
cmd/server/fileList.txt
|
2023-08-03 15:23:32 +08:00
|
|
|
.fileList.txt
|
2024-04-01 16:00:08 +08:00
|
|
|
1Panel.code-workspace
|