Files
renjue fe8ea784d0
CI / docker (push) Successful in 2m54s
feat: Prism HTTP/SOCKS5 代理网关及管理台
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 15:58:28 +08:00

43 lines
522 B
Plaintext

# --- Go ---
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
*.coverprofile
coverage.html
coverage.out
go.work
go.work.sum
dist/
vendor/
/prism
# --- Runtime data (docker-compose ./data, local -data) ---
data/
# --- Secrets ---
.env
.env.*
!.env.example
# --- Frontend (see also web/.gitignore) ---
web/node_modules/
web/dist/
# --- IDE & OS ---
.DS_Store
.idea/
.vscode/*
!.vscode/extensions.json
.cursor/
# --- Gitea act-runner (local deploy) ---
.gitea/act-runner/.env
.gitea/act-runner/.runner
# --- Logs ---
*.log