Using .gitignore for starters
So what does .gitignore do? It ignores the generated files, you don't want them to show up in there at all times. Useful when you have collaborators on your codebase, there will be a time that when they clone your project, gitchanges will appear on t...
jmnieto.hashnode.dev1 min read