-
Notifications
You must be signed in to change notification settings - Fork 266
Project should have a .gitignore file. #18
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Node modules aren't a part of the project already. There was a gitignore present. |
Actually when I tried to check my changes i saw node_modules added and couldn't see the .gitignore. |
u saw node modules before doing npm install? |
No they are not there as I can see node_modules is not available in repo as well. But there is no .gitignore as well, as you can in the repo. Perhaps somebody didn't push it. |
Alright. Let me know if you want to be assigned! |
Okay, I can fix it. You can assign me. |
@garimasingh128 Added PR specific to a react project. |
Let me work on this issue |
I think there should be a .gitignore file to exclude contents of node_modules and other files that should not be part of git.
The text was updated successfully, but these errors were encountered: