I am trying to deploy some projects that I've built to GitHub. I am trying to deploy them using VS code. I prefer interfaces over commands (when it works right..).
So i'm initiating the git folder, but it doesn't create a gitignore file. So I create the file myself and of course write in it node_modules
, then I am committing all changes (these are projects that are all done by now).
When I deploy it though, the node_modules keep being deployed.
It all seems pretty straight forward, so I am not sure what am I doing wrong. I've create the gitignore file prior to my first and only commit and before any deployment ever occurred.