Skip to content

Commit e48048d

Browse files
committed
refactoring
1 parent a1f7c80 commit e48048d

39 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/bazel-out
88

99
# Node
10-
*/node_modules
10+
node_modules
1111
npm-debug.log
1212
yarn-error.log
1313

@@ -29,7 +29,7 @@ yarn-error.log
2929
.history/*
3030

3131
# Miscellaneous
32-
*/.angular/cache
32+
.angular/cache
3333
.sass-cache/
3434
/connect.lock
3535
/coverage

frontend/angular.json angular.json

File renamed without changes.
File renamed without changes.
File renamed without changes.

frontend/package.json package.json

File renamed without changes.

backend/server.js server.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

frontend/src/main.ts src/main.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.

frontend/src/test.ts src/test.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)