vibey
vibey copied to clipboard
[BUG] GitIgnore
Description of the bug
As of now in gitignores package-lock.json is not added which might effect the whole code , if anyone push package-lock.json file then it might affect other local machines when pull that.We need to update gitignore file urgently
Please add screenshots (if applicable)
No response
Add any other context about the problem here
I am under GSOC assign it to me and give labels of gsoc and level
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
To reduce notifications, issues are locked. Your issue will be unlock when we will add label as status: ready for dev
. Check out the contributing guide for more information.
@Harshu467 Actually package-lock.json file is not added to the gitignore intentionally because we are facing the issue into gh actins and are trying to fix that. if you have any solution to fix gh actions then we can add package-lock.json file in gitignore.