DEV Community

MrCheeseBr
MrCheeseBr

Posted on

I think, i did something wrong on GIT.

I started a repository in git, the folder has 90 gigabytes... until then, ok, I did a 'git add .', and it's taking too long, it took so long that I regretted having done it, and now I'm afraid to close git and something goes wrong, what do I do?

Top comments (1)

Collapse
 
shareef profile image
Mohammed Nadeem Shareef

Hey there, I think you forgot to add .gitignore file. If you have .gitignore file you may forget to add node_modules.