Fixed Lock/Version fix conflicts

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-03-06 21:38:11 +05:30
parent 5f076bc08d
commit 3acfa01d13
7 changed files with 6 additions and 11101 deletions

4
backend/.gitignore vendored
View File

@ -1,3 +1,5 @@
node_modules/
package-lock.json
.env
yarn.lock
package-lock.json
pnpm-lock.yaml

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3
frontend/.gitignore vendored
View File

@ -32,3 +32,6 @@ yarn-error.log*
# vercel
.vercel
yarn.lock
package-lock.json
pnpm-lock.yaml

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff