Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .gitignore file #473

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Add .gitignore file #473

merged 1 commit into from
Sep 6, 2024

Conversation

naikmubashir
Copy link
Member

@naikmubashir naikmubashir commented Sep 6, 2024

Fixes #472

Add .gitignore File to Exclude node_modules

This PR introduces a .gitignore file to the repository, which now includes the node_modules directory. As a result, you can safely delete the node_modules folder from the repository, as it’s no longer necessary to track it in version control.

With this update:

  • Future commits will no longer include the node_modules folder, reducing unnecessary clutter in the repository.
  • Any dependencies can be reinstalled via npm install, as they are still managed by the package.json and package-lock.json files.

If you'd like, I can submit another pull request to remove the node_modules folder from the repository, or feel free to handle that separately.

Let me know how you'd like to proceed!

Copy link

welcome bot commented Sep 6, 2024

Thanks for opening this pull request! Do join our Github Org, a Community inclusive for Data Science Enthusiasts 😄

@naikmubashir naikmubashir reopened this Sep 6, 2024
@sanjay-kv sanjay-kv merged commit bcedec2 into recodehive:main Sep 6, 2024
5 of 6 checks passed
Copy link

welcome bot commented Sep 6, 2024

Congrats on merging your first pull request! Do join our Github Org, a Community inclusive for Data Science Enthusiasts 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing .gitignore file
2 participants