Git basics: Ignore files from being committed
There are some files you don't want to commit to Git, simply because they would be too big and don't have any use.
Some examples of these files:
node_modules: Super big and changes every install
.env often contains secrets and keys. Make sure to ign...
h.daily-dev-tips.com2 min read