Skip to content

Commit fb5cc7a

Browse files
author
RobJellinghaus
committed
Relay version compiles and app loads. Checkpoint.
1 parent de2fca8 commit fb5cc7a

12 files changed

Lines changed: 986 additions & 45 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ node_modules/
1414
/playwright-report/
1515
/blob-report/
1616
/playwright/.cache/
17+
18+
# Logs
19+
fullstack.log
20+
playwright-server.log

frontend/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
# production
1212
/dist
13+
/src/__generated__
1314

1415
# misc
1516
.DS_Store
@@ -21,3 +22,5 @@
2122
npm-debug.log*
2223
yarn-debug.log*
2324
yarn-error.log*
25+
26+
/test-results

0 commit comments

Comments
 (0)