1Panel/.gitignore

51 lines
661 B
Plaintext
Raw Normal View History

2022-07-19 15:44:53 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2023-09-22 07:46:37 +00:00
build/1panel
# Mac
.DS_Store
*/.DS_Store
# VS Code
.vscode
*.project
*.factorypath
# IntelliJ IDEA
.idea
2023-09-22 07:46:37 +00:00
*.iws
*.iml
*.ipr
2022-07-19 15:44:53 +00:00
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2023-09-22 07:46:37 +00:00
# Dependency directories
2022-08-17 09:46:49 +00:00
/pkg/
2022-09-19 11:42:06 +00:00
backend/__debug_bin
cmd/server/__debug_bin
cmd/server/web/assets
2023-03-09 14:47:13 +00:00
cmd/server/web/monacoeditorwork
cmd/server/web/index.html
frontend/auto-imports.d.ts
frontend/components.d.ts
frontend/src/xpack
backend/xpack
.history/
dist/
1pctl
1panel.service
install.sh
2023-06-15 03:19:52 +00:00
quick_start.sh
cmd/server/fileList.txt
.fileList.txt