Skip to content

Commit 7bf527b

Browse files
committed
Node.js backend server and riva-frontend app for testing
1 parent 232c737 commit 7bf527b

28 files changed

+20394
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,22 @@ tests/integration/tts/outputs
186186
riva/client/proto/*_pb2.py
187187
riva/client/proto/*_pb2_grpc.py
188188

189+
190+
# Downloaded/generated proto files and repositories
191+
app-backend/common/
192+
app-backend/riva/proto/
193+
194+
# Node.js specific ignores for app-backend
195+
app-backend/node_modules/
196+
app-backend/coverage/
197+
app-backend/.nyc_output/
198+
app-backend/logs/
199+
app-backend/*.log
200+
app-backend/.env
201+
app-backend/.env.local
202+
app-backend/.env.development.local
203+
app-backend/.env.test.local
204+
app-backend/.env.production.local
205+
app-backend/npm-debug.log*
206+
app-backend/yarn-debug.log*
207+
app-backend/yarn-error.log*

0 commit comments

Comments
 (0)