Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 6bcb5ea

Browse files
committed
Extract to root dir
Signed-off-by: Sirbu Nicolae-Cezar <[email protected]>
1 parent 08a0dd8 commit 6bcb5ea

File tree

164 files changed

+34664
-68669
lines changed

Some content is hidden

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

164 files changed

+34664
-68669
lines changed

react-ui/.env .env

File renamed without changes.

.gitignore

+24-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1-
node_modules
2-
build
3-
debug.log
4-
env.js
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
515
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*
24+
625
.idea
26+
build

LICENSE

-201
This file was deleted.

0 commit comments

Comments
 (0)