Skip to content

Commit 3d6a9ac

Browse files
committed
Add API Gateway Service
1 parent 66437c7 commit 3d6a9ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+21764
-2597
lines changed

.gitignore

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,30 @@
22

33
# dependencies
44
/node_modules
5+
/frontend/node_modules
6+
/backend/node_modules
7+
/QuestionService/node_modules
8+
/QuestionService/javascript
9+
/AuthService/javascript
10+
/AuthService/node_modules
11+
/MatchingService/javascript
12+
/MatchingService/node_modules
13+
/UserService/node_modules
14+
/UserService/javascript
15+
/ApiGatewayService/javascript
16+
/ApiGatewayService/node_modules
17+
/backend/javascript
518
/.pnp
619
.pnp.js
720

21+
/.history
822
# testing
923
/coverage
1024

1125
# production
12-
/build
26+
/frontend/build
27+
/backend/build
28+
/QuestionService/build
1329

1430
# misc
1531
.DS_Store
@@ -18,6 +34,7 @@
1834
.env.development.local
1935
.env.test.local
2036
.env.production.local
37+
.env*
2138

2239
npm-debug.log*
2340
yarn-debug.log*

0 commit comments

Comments
 (0)