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 node_modules to .gitignore #683

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MrSuttonmann
Copy link
Contributor

We really don’t want to commit the node_modules folder into the repo, so I’ve added it to the .gitignore file.

@AlexxIT
Copy link
Owner

AlexxIT commented Apr 8, 2024

There is no node_modules in this project

@MrSuttonmann
Copy link
Contributor Author

MrSuttonmann commented Apr 8, 2024

There is a package.json with dev dependencies listed. Running npm install will create a node_modules folder with a large number of files inside. This should not be committed to the repository, hence the PR.

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.

None yet

2 participants