25 lines
323 B
Plaintext
25 lines
323 B
Plaintext
# 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
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|