digitoimistodude / air-light

💨 WordPress starter theme - designed to be minimal, ultra-lightweight (< 20 kB) and easy for all kinds of WordPress projects. 7+years/1000+hours of development and still updating daily! We prefer the original WordPress way of doing things so no strange templating languages or frameworks here.
https://airwptheme.com
MIT License
929 stars 139 forks source link

Remove package-lock.json from gitignore #197

Closed raikasdev closed 7 months ago

raikasdev commented 10 months ago

Lockfiles of package managers should never be ignored in version control.

"That is one of the main purposes of having a lockfile in our projects: guaranteeing that dependencies are the same across different machines and installations."

More info: https://willamesoares.com/posts/should-i-git-ignore-package-lockjson

height[bot] commented 10 months ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.