14. Git and GitHub Professional Course - What is Git ignore and how to use it?

Опубликовано: 15 Октябрь 2024
на канале: dfbastidas
3,747
152

Follow me:   / dfbastidas  

In this video I will show you what it is, when to use it and what it is for the GIT .gitignore file. This file will not be useful when for some reason or another we want to prevent git from making a version of them. They are commonly used to avoid the VENDOR folder, NODE_MODULES, among others. This is because these folders are generated automatically.