Removed `yarn.lock` from gitignore

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-05-26 14:34:29 +05:30
parent 9c66f33b73
commit 08ae7c5ed7
No known key found for this signature in database
GPG Key ID: ACF3A160064BD5FA
2 changed files with 5683 additions and 2 deletions

4
.gitignore vendored
View File

@ -131,7 +131,7 @@ dist
.husky .husky
*/**/yarn.lock # */**/yarn.lock
*/**/package-lock.json */**/package-lock.json
*/**/build */**/build
*/**/dist */**/dist
@ -152,7 +152,7 @@ uploads/*.pdf
*/**/node_modules */**/node_modules
*/**/.env */**/.env
yarn.lock # yarn.lock
package-lock.json package-lock.json
build build
dist dist

5681
yarn.lock Normal file

File diff suppressed because it is too large Load Diff