chore: scaffold http client app plan implementation
This commit is contained in:
+23
@@ -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
|
||||
Reference in New Issue
Block a user