What Is a .gitignore File, And How Do You Configure It?

Share
  • July 25, 2021
A .gitignore file is a text file placed in your git repository that tells git not to track certain files and folders that you don’t want being uploaded to your master repository. It has a lot of uses, and you will almost always need to configure it if you’re setting up a new repo.

Read This Article on CloudSavvy IT ›

Source : What Is a .gitignore File, And How Do You Configure It?