Skip to content

Conversation

Vivan-1045
Copy link
Contributor

@Vivan-1045 Vivan-1045 commented Aug 29, 2025

#154 issue fix

Related Issue

None - this is a cleanup update to follow best practices.

Description

This PR removes the node_modules/ directory from version control and adds it to the .gitignore file.

Since node_modules only contains third-party packages that can be reinstalled with npm install or yarn install, there’s no need to keep them in the repo.
Removing them helps reduce clutter, keeps the repository lightweight, and follows standard practices for Node.js projects.

Type of PR

  • Bug fix
  • Feature enhancement
  • Documentation update
  • Other (specify): Repo cleanup / Git ignore update

Screenshots / videos (if applicable)

This change affects project configuration only.

Checklist:

  • I’ve reviewed the changes myself
  • I’ve followed the contribution guidelines
  • I’ve tested the changes before submitting
  • I’ve ensured no related files or features are broken
  • I’ve commented where necessary (not applicable here)

Additional context:

Happy to make changes if needed! This update just helps keep the repo clean and avoids tracking unnecessary files like node_modules in the future.

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, @Vivan-1045! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

@smilewithkhushi smilewithkhushi added enhancement New feature or request good first issue Good for newcomers labels Sep 4, 2025
@smilewithkhushi smilewithkhushi merged commit 6632d79 into smilewithkhushi:master Sep 4, 2025
3 checks passed
@smilewithkhushi
Copy link
Owner

thanks @Vivan-1045 for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants