- Created a .gitignore file to exclude node_modules from version control. - Added package-lock.json to manage project dependencies and ensure consistent installations.
- Created a .gitignore file to exclude node_modules from version control. - Added package-lock.json to manage project dependencies and ensure consistent installations.