Skip to content

Commit

Permalink
Removed proxy from /frontend/package.json that was causing deployment…
Browse files Browse the repository at this point in the history
… routing bug, removed unneeded dependencies and reorganized files that were causing memory issues in deployment
  • Loading branch information
Orqoi committed May 28, 2022
1 parent 91e6b60 commit 4c55dee
Show file tree
Hide file tree
Showing 22 changed files with 1,714 additions and 7,125 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@

# dependencies
/node_modules
node_modules/
frontend/node_modules/
/.pnp
.pnp.js
.env

# testing
/coverage

# production

/build

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
1 change: 0 additions & 1 deletion ProcFile

This file was deleted.

23 changes: 0 additions & 23 deletions backend/.gitignore

This file was deleted.

Loading

0 comments on commit 4c55dee

Please sign in to comment.