Archivo de la categoría: GIT

How to ignore folder tracking with GIT

A frequently asked question on GIT is how to ignore a folder tracking. We can have in our project folders which contains cache files, file uploads, etc and are unnecesary to be included in our GIT repository. To do this, we need to create a .gitignore file on our GIT root folder. Then, if we […]