Skip to content

Commit e56c0b9

Browse files
authored
Merge pull request #48 from CS3219-AY2324S1/refactor-question
Major refactor for containerisation
2 parents e24b193 + 1f0fed4 commit e56c0b9

File tree

523 files changed

+17995
-101454
lines changed

Some content is hidden

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

523 files changed

+17995
-101454
lines changed

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
/backend/javascript
516
/.pnp
617
.pnp.js
718

@@ -10,7 +21,9 @@
1021
/coverage
1122

1223
# production
13-
/build
24+
/frontend/build
25+
/backend/build
26+
/QuestionService/build
1427

1528
# misc
1629
.DS_Store

.history/.env_20230918234332

Lines changed: 0 additions & 1 deletion
This file was deleted.

.history/.env_20230928213149

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)