valkey-redis-eventbus
Version:
A lightweight event bus implementation using Redis (Valkey) for scalable inter-process communication in Node.js applications.
22 lines • 272 B
Plain Text
# Ignore everything except build output and package essentials
src/
tests/
examples/
__tests__/
*.test.ts
*.spec.ts
*.log
*.md
*.json
!package.json
!build/
!.npmignore
jest.config.*
tsconfig.*
tsconfig.json
tsconfig.build.json
*.map
node_modules/
.git/
.gitignore
.vscode/