chore: scaffold http client app plan implementation

This commit is contained in:
曾志威
2026-06-07 17:52:13 +08:00
commit 9a8f91ec05
26 changed files with 8301 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Dependencies
frontend/node_modules/
# Build outputs
frontend/dist/
backend/bin/
# Runtime/cache data
http-client-cache/
http-client-responses/
http-client-events/
http-client-logs/
http-client-diagnostics/
http-client-backups/
# Local databases and logs
*.db
*.db-*
*.log
# OS/editor noise
.DS_Store
Thumbs.db