-
Notifications
You must be signed in to change notification settings - Fork 809
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
node_modules should be removed from the repo #1116
Comments
Please read #905 |
Noted! I understand why node_modules/ is committed to the repo. What are your thoughts on adding .idea/ to the .gitignore? |
I think that has also been brought up in other issues here but that kind of file can be ignored using a master ignore file on your own computer. For example as an OSX user I have to globally ignore |
See #686 ;-) |
Great tip! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usually, node_modules should not be checked in to the repo.
If anyone needs it, they can just run npm install.
I suggest we remove it, and add the entire node_modules/ directory to the .gitignore.
Also, we should add .idea/ to the .gitignore (intellij project files).
The text was updated successfully, but these errors were encountered: